Fix the makefile again

Original commit message from CVS:
Fix the makefile again
This commit is contained in:
Wim Taymans 2004-08-17 10:46:34 +00:00
parent 615f9ba613
commit a7c8944d57

View 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)