[MPlayer-dev-eng] [PATCH] dmo, dshow and vfw support for cygwin

Sascha Sommer saschasommer at freenet.de
Wed Feb 19 16:29:54 CET 2003


> Sascha Sommer wrote:
> > Those two patches make it possible to use dshow dmo and vfw codecs on
> > cygwin.
> > Please have a look at them.
>
> gcc -c -O4 -march=k6-2 -mcpu=k6-2 -pipe -ffast-math -fomit-frame-pointer
> -D__CYGWIN__ -Ilibmpdemux -Iloader -Ilibvo    -I/usr/local/include/SDL
> -Uunix -mcygwin -o loader/driver.o loader/driver.c
> loader/driver.c: In function `SetCodecPath':
> loader/driver.c:70: `WIN32_PATH' undeclared (first use in this function)
> loader/driver.c:70: (Each undeclared identifier is reported only once
> loader/driver.c:70: for each function it appears in.)
> make: *** [loader/driver.o] Error 1
>
ok the configure part has to be redone.
To test you have to add
#define WIN32_PATH "c:\windows\system"
or something similar into config.h
Note the path doesn't really matter, if you use the codecs already present
on your
system.

S. Sommer



More information about the MPlayer-dev-eng mailing list