lp://qastaging/mplayer
- Get this branch:
- bzr branch lp://qastaging/mplayer
Branch merges
Branch information
Import details
This branch is an import of the Subversion branch from svn://svn.mplayerhq.hu/mplayer/trunk.
Last successful import was .
Recent revisions
- 38509. By komh
-
configure: remove -Zomf from flags when checking extern symbol prefix on OS/2
OS/2 nm does work only with aout format. If -Zomf is given, gcc generates
OMF object file not aout object file. As a result, nm fails to detect
extern symbol prefix.This allows users to pass -Zomf to configure via --extra-cflags and/or
--extra-ldfalgs. - 38508. By ib
-
Use correct type to define the variable passed to lzo1x_1_compress().
Recent compilers consider an implicit cast to be an error.
- 38507. By ib
-
Check the return value of malloc() to avoid a NULL pointer dereference.
This fixes https:/
/bugs.debian. org/1083029 and closes Trac #2426. - 38506. By komh
-
configure: define _EMX_SOURCE on OS/2
-std=c11 disables many extensions of OS/2 kLIBC. And this causes many
compilation errors such as implicit functions.To enable extensions of OS/2 kLIBC, define _EMX_SOURCE.
- 38505. By komh
-
osdep/mmap.h: define MAP_FAILED if necessary
If sys/mman.h defines MAP_FAILED, config.h will not define MAP_FAILED.
In this case, MAP_FAILED is not defined at all and compilation errors
occur. - 38504. By komh
-
ao_dart, ao_kai: fix compilation due to switch from AVFifoBuffer to AVFifo
Based on the changes to ao_sdl,
http://
lists.mplayerhq .hu/pipermail/ mplayer- cvslog/ 2024-April/ 047665. html Patch by Dave Yeo, dave.r.yeo gmail com
- 38502. By cigaes
-
sub/spudec: explicit pointer casts
Recent compilers consider implicit casts an error.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)