[xiph-cvs] cvs commit: theora/examples Makefile.am
Ralph Giles
giles at xiph.org
Wed Jun 11 14:54:27 PDT 2003
giles 03/06/11 17:54:26
Modified: examples Makefile.am
Log:
Don't specify a location for the portaudio library, let the compiler
find it. Also provide the libraries in the standard dependency order.
Also, player_example only requires libpthread if SDL does, and
sdl-config will take care of that, so don't add it explicitly.
Revision Changes Path
1.9 +2 -2 theora/examples/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/theora/examples/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.am 10 Jun 2003 03:00:58 -0000 1.8
+++ Makefile.am 11 Jun 2003 21:54:26 -0000 1.9
@@ -25,10 +25,10 @@
dump_video_LDADD = $(LDADD)
player_example_SOURCES = player_example.c
-player_example_LDADD = $(LDADD) $(SDL_LIBS) -lvorbis -lpthread
+player_example_LDADD = $(LDADD) $(SDL_LIBS) -lvorbis
splayer_SOURCES = splayer.c
-splayer_LDADD = $(LDADD) $(SDL_LIBS) -lvorbis -lpthread /usr/local/lib/libportaudio.a
+splayer_LDADD = $(LDADD) $(SDL_LIBS) -lvorbis -lportaudio -lpthread
encoder_example_SOURCES = encoder_example.c
encoder_example_LDADD = $(LDADD) -lvorbisenc
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list