From 271788c9ae2a5126994d9dc45e777c3b15f3b802 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 5 Jun 2009 19:32:26 +0100 Subject: Moved 'x264enc' from -bad to -ugly --- ext/x264/Makefile.am | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 ext/x264/Makefile.am (limited to 'ext/x264/Makefile.am') diff --git a/ext/x264/Makefile.am b/ext/x264/Makefile.am deleted file mode 100644 index 6c4d4cf6..00000000 --- a/ext/x264/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -plugin_LTLIBRARIES = libgstx264.la - -libgstx264_la_SOURCES = gstx264enc.c -libgstx264_la_CFLAGS = \ - $(GST_PLUGINS_BASE_CFLAGS) \ - $(GST_CFLAGS) \ - $(X264_CFLAGS) -libgstx264_la_LIBADD = \ - $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \ - $(GST_LIBS) \ - $(X264_LIBS) -libgstx264_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstx264_la_LIBTOOLFLAGS = --tag=disable-static - -noinst_HEADERS = gstx264enc.h - -presetdir = $(datadir)/gstreamer-$(GST_MAJORMINOR)/presets -preset_DATA = GstX264Enc.prs - -EXTRA_DIST = $(preset_DATA) - -- cgit v1.2.1