
--- gst-ffmpeg-0.10.0/Makefile.in	2005-12-05 11:13:28.000000000 -0500
+++ gst-ffmpeg-0.10.0-new/Makefile.in	2005-12-10 23:14:44.000000000 -0500
@@ -225,7 +225,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = gst-libs ext
+SUBDIRS = ext
 EXTRA_DIST = gst-ffmpeg.spec depcomp \
 	AUTHORS COPYING NEWS README ChangeLog
 
--- gst-ffmpeg-0.10.0/ext/ffmpeg/Makefile.in	2005-12-05 11:13:27.000000000 -0500
+++ gst-ffmpeg-0.10.0-new/ext/ffmpeg/Makefile.in	2005-12-10 23:15:43.000000000 -0500
@@ -64,7 +64,7 @@
 pluginLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
-libgstffmpeg_la_DEPENDENCIES = $(top_builddir)/gst-libs/ext/ffmpeg/libavformat/libavformat.la \
+libgstffmpeg_la_DEPENDENCIES = \
 	$(am__DEPENDENCIES_1)
 am_libgstffmpeg_la_OBJECTS = libgstffmpeg_la-gstffmpeg.lo \
 	libgstffmpeg_la-gstffmpegcodecmap.lo \
@@ -244,12 +244,10 @@
 #			  gstffmpegscale.c      \
 #			  gstffmpegdeinterlace.c
 libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
-	-I $(top_srcdir)/gst-libs/ext/ffmpeg/libavformat \
-	-I $(top_srcdir)/gst-libs/ext/ffmpeg/libavutil \
-	-I $(top_srcdir)/gst-libs/ext/ffmpeg/libavcodec
+	-I @prefix@/include/ffmpeg
 
 libgstffmpeg_la_LIBADD = \
-	$(top_builddir)/gst-libs/ext/ffmpeg/libavformat/libavformat.la \
+	-lavformat \
 	$(GST_LIBS)
 
 libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
