[vlc-commits] gstreamer: create a separate directory for decoder modules
Vikram Fugro
git at videolan.org
Thu Feb 4 19:07:34 CET 2016
vlc | branch: master | Vikram Fugro <vikram.fugro at gmail.com> | Thu Feb 4 10:35:06 2016 +0530| [dcd5d633a93f705d9c0c9fd63787a642c5870909] | 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=dcd5d633a93f705d9c0c9fd63787a642c5870909
---
modules/codec/Makefile.am | 2 +-
modules/codec/{ => gstreamer}/gstdecode.c | 0
2 files changed, 1 insertion(+), 1 deletion(-)
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
More information about the vlc-commits
mailing list