summaryrefslogtreecommitdiff
blob: 24901257d8d57e83ae1ba37435506d9e2cfc2dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
diff -ur gst-plugins-0.6.0/ext/ffmpeg/Makefile.am gst-plugins-0.6.0.patched/ext/ffmpeg/Makefile.am
--- gst-plugins-0.6.0/ext/ffmpeg/Makefile.am	2003-01-30 23:37:14.000000000 +0100
+++ gst-plugins-0.6.0.patched/ext/ffmpeg/Makefile.am	2003-02-06 01:02:33.000000000 +0100
@@ -19,7 +19,7 @@
 libgstffmpeg_la_LIBADD = \
 	$(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec/libavcodec.a \
 	$(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat/libavformat.a \
-	-lz
+	-lz -logg -lvorbis -lvorbisenc
 
 libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
@@ -30,7 +30,7 @@
         -I $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec \
         -I $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat
 libgstffmpegall_la_LIBADD = \
-        $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec/libavcodec.a
+        $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec/libavcodec.a 
 
 libgstffmpegall_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
diff -ur gst-plugins-0.6.0/ext/ffmpeg/Makefile.in gst-plugins-0.6.0.patched/ext/ffmpeg/Makefile.in
--- gst-plugins-0.6.0/ext/ffmpeg/Makefile.in	2003-02-02 02:03:19.000000000 +0100
+++ gst-plugins-0.6.0.patched/ext/ffmpeg/Makefile.in	2003-02-06 02:02:22.000000000 +0100
@@ -232,7 +232,7 @@
 libgstffmpeg_la_LIBADD = \
 	$(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec/libavcodec.a \
 	$(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat/libavformat.a \
-	-lz
+	-lz -logg -lvorbis -lvorbisenc
 
 
 libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
@@ -246,8 +246,8 @@
         -I $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat
 
 libgstffmpegall_la_LIBADD = \
-        $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec/libavcodec.a
-
+        $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec/libavcodec.a \
+	-logg -lvorbis -lvorbisenc
 
 libgstffmpegall_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)