Revision: 15097 http://gar.svn.sourceforge.net/gar/?rev=15097&view=rev Author: janholzh Date: 2011-07-18 12:50:11 +0000 (Mon, 18 Jul 2011)
Log Message: ----------- ffmpeg: add some notes Modified Paths: -------------- csw/mgar/pkg/ffmpeg/trunk/Makefile Modified: csw/mgar/pkg/ffmpeg/trunk/Makefile =================================================================== --- csw/mgar/pkg/ffmpeg/trunk/Makefile 2011-07-18 11:49:36 UTC (rev 15096) +++ csw/mgar/pkg/ffmpeg/trunk/Makefile 2011-07-18 12:50:11 UTC (rev 15097) @@ -1,6 +1,13 @@ # Copyright 2009 OpenCSW # Distributed under the terms of the GNU General Public License v2 # $Id$ +# It builds fine. The Test are failing though. +# The Linker fix patch is from http://blogs.everycity.co.uk/alasdair/2009/05/ffmpeg-64bit-x86_64-amd64-on-solaris-10/ +# This also mentions that ffmpeg build static is way faster then shared. So this would need two builds +# one static for static ffmpeg and one shared to get the shared libs. +# Another thing is to see if it can be build with suncc see http://ftp.jaist.ac.jp/pub/pkgsrc/current/pkgsrc/multimedia/ffmpeg/Makefile.common +# They disable all optimizations though. I don't know why. +# 3. No external libs are enabled atm. We might want to think about two versions with and without external libs NAME = ffmpeg VERSION = 0.8 @@ -21,6 +28,8 @@ PATCHFILES += 0003-fix-testsuite-shells.patch BUILD64 = 1 +# Tests need to be fixed +TEST_SCRIPTS = NODIRPATHS += --exec_prefix NODIRPATHS += --sbindir @@ -38,7 +47,6 @@ CONFIGURE_ARGS += --disable-debug CONFIGURE_ARGS += --enable-gpl CONFIGURE_ARGS += --enable-shared -#CONFIGURE_ARGS += --disable-static GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel