Commit 437edb1f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: ffmpeg needs PIC on Linux (just like x264)

parent 7fa4763d
...@@ -171,6 +171,7 @@ endif ...@@ -171,6 +171,7 @@ endif
# Installing statically-linked VLC plugins is so much simpler. # Installing statically-linked VLC plugins is so much simpler.
HOSTCONF += --with-pic --disable-shared HOSTCONF += --with-pic --disable-shared
endif endif
FFMPEGCONF += --enable-pic
X264CONF += --enable-pic X264CONF += --enable-pic
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment