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

postproc: enable PIC on Solaris

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 0e9928be
......@@ -75,6 +75,10 @@ else
POSTPROCCONF += --enable-pthreads
endif
ifdef HAVE_SOLARIS
POSTPROCCONF += --enable-pic
endif
# Build
ifdef GPL
......
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