summarylogtreecommitdiffstats
path: root/use-system-ffmpeg.patch
blob: 19efa524e06ce243baa57c551361a746ab37cbeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/brightray/brightray.gyp
+++ b/brightray/brightray.gyp
@@ -157,8 +157,6 @@
             }, {
               'link_settings': {
                 'libraries': [
-                  # Link with ffmpeg.
-                  '<(libchromiumcontent_dir)/libffmpeg.so',
                   # Following libraries are required by libchromiumcontent:
                   '-lasound',
                   '-lcap',
--- a/electron.gyp
+++ b/electron.gyp
@@ -233,7 +233,6 @@
                   }, {
                     'copied_libraries': [
                       '<(PRODUCT_DIR)/lib/libnode.so',
-                      '<(libchromiumcontent_dir)/libffmpeg.so',
                     ],
                   }],
                 ],