[csw-devel] SF.net SVN: gar:[15494] csw/mgar/pkg/ffmpeg/trunk/Makefile
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Fri Sep 2 09:06:18 CEST 2011
Revision: 15494
http://gar.svn.sourceforge.net/gar/?rev=15494&view=rev
Author: janholzh
Date: 2011-09-02 07:06:17 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
ffmpeg: add some external libs. Still needs work: Splitting libs and build shared and static.But that is gar hacking. The build look fine
Modified Paths:
--------------
csw/mgar/pkg/ffmpeg/trunk/Makefile
Modified: csw/mgar/pkg/ffmpeg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/Makefile 2011-09-02 06:39:33 UTC (rev 15493)
+++ csw/mgar/pkg/ffmpeg/trunk/Makefile 2011-09-02 07:06:17 UTC (rev 15494)
@@ -28,7 +28,7 @@
BUILD64 = 1
# Tests only work with static build
-#TEST_SCRIPTS =
+TEST_SCRIPTS =
NODIRPATHS += --exec_prefix
NODIRPATHS += --sbindir
@@ -46,7 +46,8 @@
CONFIGURE_ARGS += --disable-debug
CONFIGURE_ARGS += --enable-gpl
CONFIGURE_ARGS += --enable-version3
-#CONFIGURE_ARGS += --enable-shared
+# Needs too builds one shared one static
+CONFIGURE_ARGS += --enable-shared
#externel libs:
# libfaac is not free
@@ -54,6 +55,7 @@
CONFIGURE_ARGS += --enable-libfreetype
CONFIGURE_ARGS += --enable-libmp3lame
CONFIGURE_ARGS += --enable-libspeex
+# No libtheora
#CONFIGURE_ARGS += --enable-libtheora
CONFIGURE_ARGS += --enable-libvorbis
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