mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 20:35:40 +00:00
ext/ogg/Makefile.am: should fix ogg[de]mux compilation
Original commit message from CVS: * ext/ogg/Makefile.am : should fix ogg[de]mux compilation
This commit is contained in:
parent
a694bd08f9
commit
3236dab92c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|||
|
||||
plugin_LTLIBRARIES = libgstogg.la
|
||||
|
||||
libgstogg_la_SOURCES = gstoggdemux.c
|
||||
libgstogg_la_SOURCES = gstoggdemux.c gstoffmux.c gstogg.c
|
||||
libgstogg_la_CFLAGS = $(GST_CFLAGS) $(OGG_CFLAGS)
|
||||
libgstogg_la_LIBADD = $(OGG_LIBS)
|
||||
libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue