[xiph-cvs] cvs commit: theora/examples Makefile.am
Ralph Giles
giles at xiph.org
Thu Jun 12 03:29:46 PDT 2003
giles 03/06/12 06:29:45
Modified: examples Makefile.am
Log:
encoder_example also needs -lvorbis on platforms without automatic
library dependencies.
Revision Changes Path
1.10 +1 -1 theora/examples/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/theora/examples/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile.am 11 Jun 2003 21:54:26 -0000 1.9
+++ Makefile.am 12 Jun 2003 10:29:45 -0000 1.10
@@ -31,7 +31,7 @@
splayer_LDADD = $(LDADD) $(SDL_LIBS) -lvorbis -lportaudio -lpthread
encoder_example_SOURCES = encoder_example.c
-encoder_example_LDADD = $(LDADD) -lvorbisenc
+encoder_example_LDADD = $(LDADD) -lvorbisenc -lvorbis
debug:
$(MAKE) all CFLAGS="@DEBUG@"
<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