From 2a32621f814b585e98cb2c45788ad52ca46cfcb8 Mon Sep 17 00:00:00 2001 From: Vikram Fugro <vikram.fugro@gmail.com> Date: Thu, 4 Feb 2016 10:17:06 +0530 Subject: [PATCH] gstreamer: create a separate directory for decoder modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> --- modules/codec/Makefile.am | 2 +- modules/codec/{ => gstreamer}/gstdecode.c | 0 po/POTFILES.in | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename modules/codec/{ => gstreamer}/gstdecode.c (100%) diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am index a56b1f566a3d..e06afadabea6 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 402b954c78e0..1b6ccf0c2947 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 -- GitLab