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

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


Author: thomasvs
Date: 2005-09-05 11:29:50 -0700 (Mon, 05 Sep 2005)
New Revision: 9964

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:25:35 UTC (rev 9963)
+++ trunk/theora/examples/Makefile.am	2005-09-05 18:29:50 UTC (rev 9964)
@@ -16,6 +16,7 @@
 dump_video_DEPENDENCIES = $(GETOPT_OBJS)
 
 player_example_SOURCES = player_example.c
+player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS)
 player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS)
 
 encoder_example_SOURCES = encoder_example.c



More information about the commits mailing list