[MPlayer-dev-eng] avs demuxer little fix

Gianluigi Tiesi mplayer at netfarm.it
Sat Apr 30 06:26:41 CEST 2005


I've double added a line in the lib import stuff, here the small patch,
please apply.

Regards
-- 
Gianluigi Tiesi <sherpya at netfarm.it>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/
-------------- next part --------------
diff -NubBr -xCVS -xhelp_mp.h -x'*.a' -x'*.exe' -x'*.o' -xconfigure.log -xconfig.mak -x.cvsignore -xconfig.h -xcodecs.conf.h -xversion.h -x.depend main/libmpdemux/demux_avs.c sherpya/libmpdemux/demux_avs.c
--- main/libmpdemux/demux_avs.c	2005-02-13 22:36:56.000000000 +0100
+++ sherpya/libmpdemux/demux_avs.c	2005-04-30 06:23:45.051784000 +0200
@@ -103,7 +103,6 @@
     
     /* Dynamic import of needed stuff from avisynth.dll */
     IMPORT_FUNC(avs_create_script_environment);
-    IMPORT_FUNC(avs_create_script_environment);
     IMPORT_FUNC(avs_invoke);
     IMPORT_FUNC(avs_get_video_info);
     IMPORT_FUNC(avs_take_clip);


More information about the MPlayer-dev-eng mailing list