diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-03-01 14:49:57 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-03-01 14:49:57 +0000 |
commit | 793d23e5e80bf969cd664606e83419049b0efedf (patch) | |
tree | 9342fa551f8a861126d25797cb5b54033d6e13e3 | |
parent | 3cd58ad6f9c3b3bc31cad9baffac616bf3e2c231 (diff) | |
download | gst-plugins-bad-793d23e5e80bf969cd664606e83419049b0efedf.tar.gz gst-plugins-bad-793d23e5e80bf969cd664606e83419049b0efedf.tar.bz2 gst-plugins-bad-793d23e5e80bf969cd664606e83419049b0efedf.zip |
fix ivorbis part 2
Original commit message from CVS:
fix ivorbis part 2
-rw-r--r-- | m4/gst-ivorbis.m4 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/m4/gst-ivorbis.m4 b/m4/gst-ivorbis.m4 index 9acbe291..2d29de76 100644 --- a/m4/gst-ivorbis.m4 +++ b/m4/gst-ivorbis.m4 @@ -47,12 +47,7 @@ dnl #include <stdlib.h> #include <string.h> #include <tremor/codec.h> - -int main () -{ -} - -],, no_ivorbis=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) +],,, no_ivorbis=yes) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi |