From 8a1e1ac56717d4d44e1329666d021d499a601c83 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 28 Mar 2017 16:34:16 -0700 Subject: [PATCH] Don't include ffmpeg as a build lib --- chromiumcontent/build_libs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chromiumcontent/build_libs.py b/chromiumcontent/build_libs.py index 1af491bf..e10f320a 100644 --- a/chromiumcontent/build_libs.py +++ b/chromiumcontent/build_libs.py @@ -46,7 +46,6 @@ with open(args.out, 'w') as out: "third_party/ced/ced", "third_party/decklink", "third_party/expat", - "third_party/ffmpeg", "third_party/flac", "third_party/harfbuzz-ng", "third_party/iaccessible2",