mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Fix the makefile again
Original commit message from CVS: Fix the makefile again
This commit is contained in:
parent
615f9ba613
commit
a7c8944d57
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
plugin_LTLIBRARIES = libgsttheora.la
|
plugin_LTLIBRARIES = libgsttheora.la
|
||||||
|
|
||||||
libgsttheora_la_SOURCES = theora.c theoradec.c theoraenc.c
|
libgsttheora_la_SOURCES = theoradec.c
|
||||||
libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
|
libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
|
||||||
libgsttheora_la_LIBADD = $(THEORA_LIBS) -ltheora -lvorbis
|
libgsttheora_la_LIBADD = $(THEORA_LIBS)
|
||||||
libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue