diff options
Diffstat (limited to 'ext/ivorbis/Makefile.am')
-rw-r--r-- | ext/ivorbis/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ivorbis/Makefile.am b/ext/ivorbis/Makefile.am index 13ef42ed..1098f72f 100644 --- a/ext/ivorbis/Makefile.am +++ b/ext/ivorbis/Makefile.am @@ -1,7 +1,7 @@ plugin_LTLIBRARIES = libgstivorbis.la -libgstivorbis_la_SOURCES = vorbis.c vorbisfile.c +libgstivorbis_la_SOURCES = vorbis.c vorbisfile.c vorbisdec.c libgstivorbis_la_CFLAGS = $(GST_CFLAGS) $(IVORBIS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) libgstivorbis_la_LIBADD = $(IVORBIS_LIBS) \ $(IVORBISFILE_LIBS) \ |