Magellan Linux

Diff of /trunk/extras/mplayer/mplayer-1.0_git20120314-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11674 by niro, Wed Mar 14 13:59:21 2012 UTC revision 11675 by niro, Wed Mar 14 14:08:26 2012 UTC
# Line 121  src_compile() Line 121  src_compile()
121   # disable internal ffmpeg, use external dso   # disable internal ffmpeg, use external dso
122   myconf="--disable-ffmpeg_a"   myconf="--disable-ffmpeg_a"
123    
124     # fix breakage with --as-needed
125     myconf+=" --extra-cflags='-lX11'"
126    
127   # do not enable --target=${CHOST}, it breaks vcd support !   # do not enable --target=${CHOST}, it breaks vcd support !
128   ./configure \   ./configure \
129   --prefix=/usr \   --prefix=/usr \

Legend:
Removed from v.11674  
changed lines
  Added in v.11675