[vlc-commits] ffmpeg: explicitly set the target OS for Solaris
Sean McGovern
git at videolan.org
Fri Jul 4 18:56:27 CEST 2014
vlc/vlc-2.2 | branch: master | Sean McGovern <gseanmcg at gmail.com> | Tue Jun 24 17:11:31 2014 -0400| [42fdfccbb6731a227cc636810ecaf0e204f781b0] | committer: Jean-Baptiste Kempf
ffmpeg: explicitly set the target OS for Solaris
Signed-off-by: Rafaël Carré <funman at videolan.org>
(cherry picked from commit 3227fba5f6d152fa86df625f2521148fe5efa892)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=42fdfccbb6731a227cc636810ecaf0e204f781b0
---
contrib/src/ffmpeg/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 6a606ff..abc769e 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -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
More information about the vlc-commits
mailing list