[csw-devel] SF.net SVN: gar:[19348] csw/mgar/pkg/ffmpeg/trunk/Makefile

janholzh at users.sourceforge.net janholzh at users.sourceforge.net
Tue Oct 2 10:38:01 CEST 2012


Revision: 19348
          http://gar.svn.sourceforge.net/gar/?rev=19348&view=rev
Author:   janholzh
Date:     2012-10-02 08:38:00 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
ffmpeg/trunk: enable pic on all 64bit builds

Modified Paths:
--------------
    csw/mgar/pkg/ffmpeg/trunk/Makefile

Modified: csw/mgar/pkg/ffmpeg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/Makefile	2012-10-02 08:32:58 UTC (rev 19347)
+++ csw/mgar/pkg/ffmpeg/trunk/Makefile	2012-10-02 08:38:00 UTC (rev 19348)
@@ -176,11 +176,12 @@
 #no asm on sparc
 CONFIGURE_ARGS_sparc = --disable-asm
 
-#sparcv9 needs --enable-pic
-CONFIGURE_ARGS_sparcv9 += --enable-pic
+#64bit needs --enable-pic
+CONFIGURE_ARGS_64 += --enable-pic
 
 CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH))
 CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(ISA))
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(MEMORYMODEL))
 
 # Needs two builds one shared one static maybe in the future
 #CONFIGURE_ARGS-SHARED-yes += --enable-shared

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list