summaryrefslogtreecommitdiffstats
path: root/gst/avi/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/avi/Makefile.am')
-rw-r--r--gst/avi/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/gst/avi/Makefile.am b/gst/avi/Makefile.am
index 49286248..9c89a47e 100644
--- a/gst/avi/Makefile.am
+++ b/gst/avi/Makefile.am
@@ -2,20 +2,17 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = \
libgstavimux.la \
- libgstavidemux.la \
- libgstcdxaparse.la
+ libgstavidemux.la
# libgstaviaudiodecoder.la
libgstavidemux_la_SOURCES = gstavidemux.c
libgstavimux_la_SOURCES = gstavimux.c
# libgstaviaudiodecoder_la_SOURCES = gstaviaudiodecoder.c
-libgstcdxaparse_la_SOURCES = gstcdxaparse.c
noinst_HEADERS = \
gstavimux.h \
gstavidemux.h \
- gstaviaudiodecoder.h \
- gstcdxaparse.h
+ gstaviaudiodecoder.h
#CFLAGS += -Wall -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -DNDEBUG
@@ -31,8 +28,4 @@ libgstavimux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
# libgstaviaudiodecoder_la_LIBADD =
# libgstaviaudiodecoder_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstcdxaparse_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
-libgstcdxaparse_la_LIBADD =
-libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
EXTRA_DIST = README_win32dll README