[MPlayer-users] MPlayer-0.90pre1 doesn't compile without ogg-files support

Werner Augustin wa at aoeu.de
Sun Apr 21 10:02:01 CEST 2002


something like the following lines should fix the problem:

diff -u demux_ogg.c.1 demux_ogg.c
--- demux_ogg.c.1       Sun Apr 21 09:49:31 2002
+++ demux_ogg.c Sun Apr 21 09:49:36 2002
@@ -21,6 +21,9 @@
   return 0;
 }
 
+void demux_ogg_seek(demuxer_t *demuxer,float rel_seek_secs,int flags) {
+}
+
 demuxer_t* init_avi_with_ogg(demuxer_t* demuxer) {
   mp_msg(MSGT_DEMUX,MSGL_ERR,MSGTR_NoOggVorbis);
   // disable audio




More information about the MPlayer-users mailing list