[xiph-commits] r11344 - branches/theora-mmx/examples

dlenski at svn.xiph.org dlenski at svn.xiph.org
Thu May 4 18:13:23 PDT 2006


Author: dlenski
Date: 2006-05-04 18:13:21 -0700 (Thu, 04 May 2006)
New Revision: 11344

Modified:
   branches/theora-mmx/examples/Makefile.am
Log:
fixed examples/Makefile.am so that they can build w/profiling

Modified: branches/theora-mmx/examples/Makefile.am
===================================================================
--- branches/theora-mmx/examples/Makefile.am	2006-05-04 16:10:56 UTC (rev 11343)
+++ branches/theora-mmx/examples/Makefile.am	2006-05-05 01:13:21 UTC (rev 11344)
@@ -26,8 +26,8 @@
 encoder_example_DEPENDENCIES = $(GETOPT_OBJS)
 
 debug:
-	$(MAKE) all CFLAGS="@DEBUG@ $(CFLAGS)"
+	$(MAKE) all CFLAGS="@DEBUG@"
 
 profile:
-	$(MAKE) all CFLAGS="@PROFILE@ $(CFLAGS)"
+	$(MAKE) all CFLAGS="@PROFILE@"
 



More information about the commits mailing list