diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-12-24 16:55:35 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-12-24 16:55:35 +0000 |
commit | 875b71e7f35c15b6f86c9b8183d24aa2a941123d (patch) | |
tree | 99e2851fd659deb09ec531140e7cfa8fccefd8d3 /src/libw32dll/w32codec.c | |
parent | 94c8fa4b865b80a1113ece12d8596dcaf647aac0 (diff) | |
download | xine-lib-875b71e7f35c15b6f86c9b8183d24aa2a941123d.tar.gz xine-lib-875b71e7f35c15b6f86c9b8183d24aa2a941123d.tar.bz2 |
time for some Christmas presents...
libw32 compiles here without a single compiler warning
CVS patchset: 5946
CVS date: 2003/12/24 16:55:35
Diffstat (limited to 'src/libw32dll/w32codec.c')
-rw-r--r-- | src/libw32dll/w32codec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c index 7889c8d3f..072e9f87c 100644 --- a/src/libw32dll/w32codec.c +++ b/src/libw32dll/w32codec.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: w32codec.c,v 1.135 2003/12/14 22:13:24 siggi Exp $ + * $Id: w32codec.c,v 1.136 2003/12/24 16:55:36 mroi Exp $ * * routines for using w32 codecs * DirectShow support by Miguel Freitas (Nov/2001) @@ -132,7 +132,6 @@ static GUID wmav_clsid = static pthread_mutex_t win32_codec_mutex; static pthread_once_t once_control = PTHREAD_ONCE_INIT; static char* win32_codec_name; -extern char* win32_def_path; #define VIDEOBUFSIZE 128*1024 |