Fix the makefile again
authorWim Taymans <wim.taymans@gmail.com>
Tue, 17 Aug 2004 10:46:34 +0000 (10:46 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 17 Aug 2004 10:46:34 +0000 (10:46 +0000)
Original commit message from CVS:
Fix the makefile again

ext/theora/Makefile.am

index 7b07443..0fda115 100644 (file)
@@ -2,8 +2,8 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgsttheora.la
 
-libgsttheora_la_SOURCES = theora.c theoradec.c theoraenc.c
-libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS) 
-libgsttheora_la_LIBADD = $(THEORA_LIBS) -ltheora -lvorbis
+libgsttheora_la_SOURCES = theoradec.c
+libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
+libgsttheora_la_LIBADD = $(THEORA_LIBS)
 libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)