Reimar Döffinger
0bfe349d4a
Update to latest MPlayer version.
...
Avoids warnings due to pointlessly casting away const.
14 years ago
j@v2v.cc
3660b5bca9
remove definition of swab
...
right now swab is defined in libavfilter/libmpcodecs/mpbswap.h
this breaks mingw32 cross compiles. since it its not used, it should be
removed. alternatively swab has to be added to HAVE_LIST in configure.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Baptiste Coudurier
69aab68037
Use av_strdup instead of strdup, fixes mingw build
14 years ago
Michael Niedermayer
55fa97e215
Remove useage of memalign() from libmpcodecs, not all platforms have memalign().
15 years ago
Michael Niedermayer
a61b0df708
Add ASMALIGN() hack to patch around its recent removial from configure
15 years ago
Michael Niedermayer
3be78f7ecd
Hack libmpcodecs to make it buildable.
15 years ago
Michael Niedermayer
8e45c103e9
Remove dependancy of m_option & m_struct from libmpcodecs.
15 years ago
Michael Niedermayer
4d46361425
Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.c
15 years ago
Michael Niedermayer
45c889a3ad
Add #define _BSD_SOURCE where mplayer is not C99.
15 years ago
Michael Niedermayer
e4852fb38d
Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it.
15 years ago