[xiph-commits] r9965 - trunk/theora/examples

thomasvs at svn.xiph.org thomasvs at svn.xiph.org
Mon Sep 5 11:31:29 PDT 2005


Author: thomasvs
Date: 2005-09-05 11:31:27 -0700 (Mon, 05 Sep 2005)
New Revision: 9965

Modified:
   trunk/theora/examples/Makefile.am
Log:
fix CFLAGS so only player_example uses the SDL ones

Modified: trunk/theora/examples/Makefile.am
===================================================================
--- trunk/theora/examples/Makefile.am	2005-09-05 18:29:50 UTC (rev 9964)
+++ trunk/theora/examples/Makefile.am	2005-09-05 18:31:27 UTC (rev 9965)
@@ -7,7 +7,7 @@
 # possible contents of BUILDABLE_EXAMPLES:
 EXTRA_PROGRAMS = player_example encoder_example
 
-AM_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS)
+AM_CFLAGS = $(OGG_CFLAGS)
 LDADD = ../lib/libtheora.la $(OGG_LIBS)
 
 dump_video_SOURCES = dump_video.c



More information about the commits mailing list