Commit 0e9928be authored by Sean McGovern's avatar Sean McGovern Committed by Rafaël Carré

ffmpeg: enable PIC on Solaris

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 713ab83f
...@@ -135,6 +135,10 @@ else # !Windows ...@@ -135,6 +135,10 @@ else # !Windows
FFMPEGCONF += --enable-pthreads FFMPEGCONF += --enable-pthreads
endif endif
ifdef HAVE_SOLARIS
FFMPEGCONF += --cpu=core2 --enable-pic
endif
# Build # Build
PKGS += ffmpeg PKGS += ffmpeg
ifeq ($(call need_pkg,"libavcodec >= 54.25.0 libavformat >= 53.21.0 libswscale"),) ifeq ($(call need_pkg,"libavcodec >= 54.25.0 libavformat >= 53.21.0 libswscale"),)
......
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