Commit 01dfe967 authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

ffmpeg: enable PIC on Solaris

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
(cherry picked from commit 0e9928bea14bc1f25549dbedfc4642f8799d27ca)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4599db0f
......@@ -135,6 +135,10 @@ else # !Windows
FFMPEGCONF += --enable-pthreads
endif
ifdef HAVE_SOLARIS
FFMPEGCONF += --cpu=core2 --enable-pic
endif
# Build
PKGS += ffmpeg
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