mxf: Remove mxfdms1.[ch] from the build for now
authorSebastian Dröge <sebastian@centricular.com>
Thu, 24 Nov 2016 17:45:10 +0000 (19:45 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 24 Nov 2016 21:40:45 +0000 (23:40 +0200)
It's completely unused currently but might be used in the future.

gst/mxf/Makefile.am
gst/mxf/mxf.c

index 2d87907fb13a24e7cb134ecc9f4427f7f9a0c8dd..17ce6e41bc347f3b99db78489aeb47301ed13a1e 100644 (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
index 324462b0d4e61a86cc5c1be8542423e630c82daa..135a16ebcb1d2bb15f48fca2be2cc8e5d4d11a0a 100644 (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 ();