Magellan Linux

Diff of /branches/magellan-next/extras/mplayer/mplayer-1.0_svn33891-r1.smage2

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

revision 8596 by niro, Fri Jul 22 14:29:59 2011 UTC revision 8597 by niro, Fri Jul 22 14:31:25 2011 UTC
# Line 108  src_compile() Line 108  src_compile()
108   unset CFLAGS CXXFLAGS || die   unset CFLAGS CXXFLAGS || die
109    
110   # do not enable --target=${CHOST}, it breaks vcd support !   # do not enable --target=${CHOST}, it breaks vcd support !
111     # use external ffmpeg with --disable-ffmpeg_a
112   ./configure \   ./configure \
113   --prefix=/usr \   --prefix=/usr \
114   --confdir=/etc/mplayer \   --confdir=/etc/mplayer \
# Line 165  src_compile() Line 166  src_compile()
166   --enable-xvmc \   --enable-xvmc \
167   --with-xvmclib=XvMCW \   --with-xvmclib=XvMCW \
168   --charset=UTF-8 \   --charset=UTF-8 \
169     --disable-ffmpeg_a \
170   || die   || die
171    
172   # does not like optimations >= -j1   # does not like optimations >= -j1

Legend:
Removed from v.8596  
changed lines
  Added in v.8597