[vlc-devel] [PATCH] [Fwd: Cannot build anymore (on cygwin)]

Kaloyan Kovachev kkovachev at varna.net
Tue Jun 10 12:11:54 CEST 2008


On Mon, 9 Jun 2008 21:26:20 +0300, Kaloyan Kovachev wrote
> yes, after update it disappeared, so the fix is 'git up' :)
> 
wrong :( the file is now in /modules/demux/avcodec

and it still needs the change below (added OpenDemux prototype too)

diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
index d60e2d8..6157c74 100644
--- a/modules/demux/avformat/demux.c
+++ b/modules/demux/avformat/demux.c
@@ -75,6 +75,8 @@ struct demux_sys_t
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/
+int OpenDemux( vlc_object_t *p_this );
+void CloseDemux( vlc_object_t *p_this );
 static int Demux  ( demux_t *p_demux );
 static int Control( demux_t *p_demux, int i_query, va_list args );
 



More information about the vlc-devel mailing list