Compiling the GStreamer peer as part of GCJ spotted the following
typo:
ChangeLog:
2008-08-18 Andrew John Hughes <[EMAIL PROTECTED]>
* native/jni/gstreamer-peer/gst_native_pipeline.c:
(get_free_space(int)): Use #else not #elif when
there is no condition.
Okay for GCJ too?
--
Andrew :)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
Index: native/jni/gstreamer-peer/gst_native_pipeline.c
===================================================================
RCS file:
/sources/classpath/classpath/native/jni/gstreamer-peer/gst_native_pipeline.c,v
retrieving revision 1.3
diff -u -u -r1.3 gst_native_pipeline.c
--- native/jni/gstreamer-peer/gst_native_pipeline.c 27 Sep 2007 19:22:01
-0000 1.3
+++ native/jni/gstreamer-peer/gst_native_pipeline.c 18 Aug 2008 15:29:27
-0000
@@ -509,7 +509,7 @@
result = GST_DETECTED_PIPE_CAPACITY - result;
-#elif
+#else
g_warning("IMPLEMENT ME!!! - !defined (FIONSPACE), !defined (FIONREAD");
#endif