diff options
m--------- | common | 0 | ||||
-rw-r--r-- | ext/Makefile.am | 2 | ||||
-rw-r--r-- | gst/videofilter/Makefile.am | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/common b/common -Subproject 2a3efdc282fb1ecfd2720dea40523b3441f10fe +Subproject f12ad60f50de84a39e26901b3ac29c15c1bf954 diff --git a/ext/Makefile.am b/ext/Makefile.am index 6a3b807c..5d8940c7 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -277,6 +277,6 @@ DIST_SUBDIRS=\ hermes ivorbis jack jpeg \ ladspa lame lcs libfame libpng \ mad mikmod mpeg2dec pango raw1394 \ - sdl snapshot shout shout2 sidplay \ + sdl snapshot sndfile shout shout2 sidplay \ smoothwave swfdec tarkin vorbis \ xvid diff --git a/gst/videofilter/Makefile.am b/gst/videofilter/Makefile.am index 75cf2b86..148e79e8 100644 --- a/gst/videofilter/Makefile.am +++ b/gst/videofilter/Makefile.am @@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstvideofilter.la libgstvideoflip.la \ libgstvideobalance.la noinst_LTLIBRARIES = libgstvideoexample.la -noinst_HEADERS = gstvideofilter.h gstvideoexample.h gstvideoflip.h +noinst_HEADERS = gstvideofilter.h gstvideoexample.h gstvideoflip.h gstvideobalance.h EXTRA_DIST = gstvideotemplate.c gstvideotemplate.h make_filter EXTRA_CLEAN = gstvideoexample.c gstvideoexample.h |