vlc | branch: master | Vikram Fugro <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
