Commit 42fdfccb authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

ffmpeg: explicitly set the target OS for Solaris

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
(cherry picked from commit 3227fba5f6d152fa86df625f2521148fe5efa892)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5e1ffd02
......@@ -139,7 +139,7 @@ ifdef HAVE_SOLARIS
ifeq ($(ARCH),x86_64)
FFMPEGCONF += --cpu=core2
endif
FFMPEGCONF += --enable-pic
FFMPEGCONF += --target-os=sunos --enable-pic
endif
# Build
......
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