forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Fix build with Python 3.6-3.9
Doing string replacements on binary data requires the regexs, search strings, and the replacements to be binary strings. This was only an issue in the relatively-new TS defs generator. This fixes all of those string manipulations to be binary-string manipulations. Closes shaka-project#3003 Change-Id: If30df6d34b4626896d831768397359dd26e04ca1
- Loading branch information
1 parent
feffedf
commit 56bb045
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters