summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/Makefile.am
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-02-27 10:18:14 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-04-02 14:46:54 +0100
commit7d33cf22a9824590e17f8696b2712c58e5decf7c (patch)
tree914dc6cc9776edd3d56300fd59a875ec563be750 /ext/resindvd/Makefile.am
parent093f844640e209a13a0427f5fe1ff968e40f4009 (diff)
downloadgst-plugins-bad-7d33cf22a9824590e17f8696b2712c58e5decf7c.tar.gz
gst-plugins-bad-7d33cf22a9824590e17f8696b2712c58e5decf7c.tar.bz2
gst-plugins-bad-7d33cf22a9824590e17f8696b2712c58e5decf7c.zip
resindvd: First part of the re-plugging audio decoder
Diffstat (limited to 'ext/resindvd/Makefile.am')
-rw-r--r--ext/resindvd/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/resindvd/Makefile.am b/ext/resindvd/Makefile.am
index dbf34d43..3a00d151 100644
--- a/ext/resindvd/Makefile.am
+++ b/ext/resindvd/Makefile.am
@@ -6,6 +6,7 @@ libresindvd_la_SOURCES = \
plugin.c \
resindvdbin.c \
rsnaudiomunge.c \
+ rsnaudiodec.c \
rsnbasesrc.c \
rsnpushsrc.c \
rsnstreamselector.c \
@@ -23,6 +24,7 @@ libresindvd_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = resindvdbin.h \
rsnaudiomunge.h \
+ rsnaudiodec.h \
rsnbasesrc.h \
rsnpushsrc.h \
rsnstreamselector.h \