[FFmpeg-cvslog] r8949 - in trunk: configure libavcodec/Makefile libavcodec/wmv2.c

Panagiotis Issaris takis.issaris
Wed May 9 18:26:09 CEST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Panagiotis Issaris wrote:
> Panagiotis Issaris wrote:
>> diego wrote:
>>> Author: diego
>>> Date: Wed May  9 11:26:06 2007
>>> New Revision: 8949
>>> Log:
>>> Allow conditional compilation of H.263-related decoders.
> 
>>> Modified:
>>>    trunk/configure
>>>    trunk/libavcodec/Makefile
>>>    trunk/libavcodec/wmv2.c
>> This commit seems to have broken MinGW compilation:
> 
> This is the configuration I'm using (in fact it was a much longer one,
> but this one shows the same problem):
> 
> ./configure  --enable-shared --disable-static  --disable-ipv6
> --disable-debug --enable-memalign-hack  --target-os=mingw32
> --cross-prefix=i586-mingw32msvc- --cross-compile  --disable-v4l
> --disable-v4l2 --disable-dv1394 --disable-bktr --disable-audio-oss
> --disable-audio-beos --disable-decoders --disable-encoders
> --enable-decoder=h263  --enable-decoder=mpeg1video
> --enable-encoder=mpeg1video  --enable-encoder=h263
> 
> Most likely the only needed stuff to trigger the problem is the enabling
> of mpeg1video encoder and disabling of msmpeg4 encoder.

Indeed, this seems to be enough:
./configure --enable-memalign-hack  --target-os=mingw32
- --cross-prefix=i586-mingw32msvc- --disable-encoders
- --enable-encoder=mpeg1video --enable-encoder=h263
- --disable-decoder=msmpeg4v1 --disable-decoder=msmpeg4v2
- --disable-decoder=msmpeg4v3

Needless to say, that revision 8948 works fine.


With friendly regards,
Takis

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGQfYh9kOxLuzz4CkRArGbAJ4k5AphsELcyE36sjBlkjC/0zBbwACfd0M6
MG8BpmT0AzwZApSEeMin8+4=
=vwkc
-----END PGP SIGNATURE-----




More information about the ffmpeg-cvslog mailing list