[vlc-commits] gstreamer: create a separate directory for decoder modules

Vikram Fugro git at videolan.org
Thu Feb 4 19:08:01 CET 2016


vlc | branch: master | Vikram Fugro <vikram.fugro at gmail.com> | Thu Feb  4 10:35:06 2016 +0530| [2a32621f814b585e98cb2c45788ad52ca46cfcb8] | committer: Rémi Denis-Courmont

gstreamer: create a separate directory for decoder modules

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a32621f814b585e98cb2c45788ad52ca46cfcb8
---

 modules/codec/Makefile.am                 |    2 +-
 modules/codec/{ => gstreamer}/gstdecode.c |    0
 po/POTFILES.in                            |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index a56b1f5..e06afad 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -542,7 +542,7 @@ libquicktime_plugin_la_LIBADD = $(LIBM)
 EXTRA_LTLIBRARIES += libquicktime_plugin.la
 codec_LTLIBRARIES += $(LTLIBquicktime)
 
-libgstdecode_plugin_la_SOURCES = codec/gstdecode.c
+libgstdecode_plugin_la_SOURCES = codec/gstreamer/gstdecode.c
 libgstdecode_plugin_la_CFLAGS = $(AM_CFLAGS) $(GST_VIDEO_CFLAGS) $(GST_APP_CFLAGS)
 libgstdecode_plugin_la_LIBADD = $(GST_VIDEO_LIBS) $(GST_APP_LIBS)
 if HAVE_GST_DECODE
diff --git a/modules/codec/gstdecode.c b/modules/codec/gstreamer/gstdecode.c
similarity index 100%
rename from modules/codec/gstdecode.c
rename to modules/codec/gstreamer/gstdecode.c
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 402b954..1b6ccf0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -369,7 +369,7 @@ modules/codec/fdkaac.c
 modules/codec/flac.c
 modules/codec/fluidsynth.c
 modules/codec/g711.c
-modules/codec/gstdecode.c
+modules/codec/gstreamer/gstdecode.c
 modules/codec/jpeg.c
 modules/codec/kate.c
 modules/codec/libass.c



More information about the vlc-commits mailing list