Changes between Version 8 and Version 9 of FFmpeg
- Timestamp:
- Jan 24, 2013, 10:32:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FFmpeg
v8 v9 15 15 make -C /usr/ports/lang/clang install 16 16 make -C /usr/ports/multimedia/x264 17 ./configure --cc=clang --cxx=clang --ld=clang --prefix=$HOME/ff --enable-libx264 --enable-gpl18 gmake install17 env CFLAGS="-I/usr/local/include -l/usr/local/lib" ./configure --cc=clang --cxx=clang --ld=clang --enable-libx264 --enable-gpl --prefix=$HOME/ff/ 18 env CFLAGS="-I/usr/local/include -l/usr/local/lib" gmake install 19 19 }}} 20 21 rplay% cp /usr/local/lib/libx264.* ~/ff/22 bin/ etc/ include/ lib/ share/ tmp/23 rplay% cp /usr/local/lib/libx264.* ~/ff/lib/