From 50fdeffe760c39ca68ad4b83d678af0786970cbd Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 3 Mar 2007 08:16:57 +0000 Subject: Move the app library to gst-libs/gst/app (duh!) Original commit message from CVS: * Makefile.am: * configure.ac: * ext/Makefile.am: * gst-libs/gst/Makefile.am: * gst-libs/gst/app/Makefile.am: * gst-libs/gst/app/gstapp.c: * gst-libs/gst/app/gstappsrc.c: * gst-libs/gst/app/gstappsrc.h: * gst/app/Makefile.am: * gst/app/gstapp.c: * gst/app/gstappsrc.c: * gst/app/gstappsrc.h: Move the app library to gst-libs/gst/app (duh!) --- ext/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 9a0dd8b0..d8ddaa47 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -227,13 +227,13 @@ SPC_DIR= endif if USE_SWFDEC -SWFDEC_DIR=swfdec +#SWFDEC_DIR=swfdec else SWFDEC_DIR= endif if USE_THEORADEC -THEORA_DIR = theora +#THEORA_DIR = theora else THEORA_DIR = endif -- cgit v1.2.1