Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjanyardi committed Nov 19, 2024
1 parent 1db8663 commit 3064815
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cobalt/build/configs/android-arm/args.gn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import("cobalt/build/configs/media.gn")
import("//cobalt/build/configs/proprietary_codecs.gn")

target_os = "android"
target_cpu = "arm"
Expand Down
2 changes: 1 addition & 1 deletion cobalt/build/configs/android-arm64/args.gn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import("cobalt/build/configs/media.gn")
import("//cobalt/build/configs/proprietary_codecs.gn")

target_os = "android"
target_cpu = "arm64"
Expand Down
2 changes: 1 addition & 1 deletion cobalt/build/configs/android-x86/args.gn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import("cobalt/build/configs/media.gn")
import("//cobalt/build/configs/proprietary_codecs.gn")

target_os = "android"
target_cpu = "x86"
Expand Down
2 changes: 1 addition & 1 deletion cobalt/build/configs/linux-x64x11/args.gn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import("cobalt/build/configs/media.gn")
import("//cobalt/build/configs/proprietary_codecs.gn")

target_os = "linux"
target_cpu = "x64"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
# This flag is overridden to enable common video codecs playbacks.
proprietary_codecs = true

# This flag is needed by both platforms - android and linux.
# For android: android_webview/docs/aosp-system-integration.md
# For linux:
ffmpeg_branding = "Chrome"

0 comments on commit 3064815

Please sign in to comment.