mxf: Remove mxfdms1.[ch] from the build for now

It's completely unused currently but might be used in the future.
This commit is contained in:
Sebastian Dröge 2016-11-24 19:45:10 +02:00
parent b5bb6e3b38
commit 743d7bd7ec
2 changed files with 4 additions and 6 deletions

View file

@ -16,8 +16,7 @@ libgstmxf_la_SOURCES = \
mxfjpeg2000.c \
mxfd10.c \
mxfup.c \
mxfvc3.c \
mxfdms1.c
mxfvc3.c
libgstmxf_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \
@ -50,5 +49,4 @@ noinst_HEADERS = \
mxfjpeg2000.h \
mxfd10.h \
mxfup.h \
mxfvc3.h \
mxfdms1.h
mxfvc3.h

View file

@ -25,7 +25,7 @@
#include "mxfquark.h"
#include "mxfdemux.h"
#include "mxfmux.h"
#include "mxfdms1.h"
/*#include "mxfdms1.h"*/
#include "mxfaes-bwf.h"
#include "mxfalaw.h"
#include "mxfd10.h"
@ -59,7 +59,7 @@ plugin_init (GstPlugin * plugin)
mxf_init ();
mxf_quark_initialize ();
mxf_metadata_init_types ();
mxf_dms1_initialize ();
/* mxf_dms1_initialize ();*/
mxf_aes_bwf_init ();
mxf_alaw_init ();
mxf_d10_init ();