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
commit069ec5e9c7c960c34aba366be292449272fe42d1 (patch)
treefde3b8ce9270310dd39b38a282a5d28cf378b74c /autogen.sh
parent8ac390cb616d01770584420d022d738dad0ff9c7 (diff)
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