vlc/vlc-2.2 | branch: master | Sean McGovern <[email protected]> | 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é <[email protected]>
(cherry picked from commit 3227fba5f6d152fa86df625f2521148fe5efa892)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> 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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to