[Lunar-commits] r23651 - moonbase/trunk/video/ffmpeg

Dennis Veatch stumbles at lunar-linux.org
Fri Mar 16 01:17:44 CET 2007


Author: stumbles
Date: 2007-03-16 01:17:44 +0100 (Fri, 16 Mar 2007)
New Revision: 23651

Modified:
   moonbase/trunk/video/ffmpeg/BUILD
Log:

Uncommenting this. I do not know what sort of problem there
was using -fPIC but when I committed this there was no issues.



Modified: moonbase/trunk/video/ffmpeg/BUILD
===================================================================
--- moonbase/trunk/video/ffmpeg/BUILD	2007-03-15 22:43:12 UTC (rev 23650)
+++ moonbase/trunk/video/ffmpeg/BUILD	2007-03-16 00:17:44 UTC (rev 23651)
@@ -1,6 +1,6 @@
 (
 
-  #export CFLAGS="$CFLAGS -fPIC"
+  export CFLAGS="$CFLAGS -fPIC"
 
   patch_it $SOURCE_CACHE/$SOURCE2 1 &&
   patch_it $SOURCE_CACHE/$SOURCE3 1 &&



More information about the Lunar-commits mailing list