Commit 7a33ca70 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: build static PIC libraries for Maemo 5

parent f06a9f62
...@@ -162,6 +162,11 @@ FFMPEGCONF+= --enable-libamr-nb --enable-libamr-wb --enable-nonfree ...@@ -162,6 +162,11 @@ FFMPEGCONF+= --enable-libamr-nb --enable-libamr-wb --enable-nonfree
endif endif
ifdef HAVE_LINUX ifdef HAVE_LINUX
ifdef HAVE_MAEMO
# Really, this could be done on all Linux platforms, not just Maemo.
# Installing statically-linked VLC plugins is so much simpler.
HOSTCONF += --with-pic --disable-shared
endif
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