summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-20 20:33:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-20 20:33:15 +0000
commit3d06875b167d3ad0f3fc78299a326d55e4290787 (patch)
tree5cd0a003de441deeea5475fb0809054ace474afe /autogen.sh
parente382fe90cb1f3933f2334a1acb23b1d57cfaeeec (diff)
downloadgst-plugins-bad-3d06875b167d3ad0f3fc78299a326d55e4290787.tar.gz
gst-plugins-bad-3d06875b167d3ad0f3fc78299a326d55e4290787.tar.bz2
gst-plugins-bad-3d06875b167d3ad0f3fc78299a326d55e4290787.zip
some build changes vga is put in broken because of an undef in my build, please check
Original commit message from CVS: some build changes vga is put in broken because of an undef in my build, please check
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index dd362f03..c1648d22 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,7 +3,7 @@
DIE=0
package=gstreamer-plugins
-srcfile=own/sinesrc/gstsinesrc.c
+srcfile=gst/sinesrc/gstsinesrc.c
#DEBUG=defined
if test "x$1" = "x-d"; then echo "+ debug output enabled"; DEBUG=defined; fi