Login
Preferences
Help/Guide
About Trac
Blog
Wiki
Browse Source
Timeline
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 6
and
Version 7
of
FFmpeg
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 24, 2013, 10:23:33 PM (
12 years
ago)
Author:
Rick van der Zwet
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
FFmpeg
v6
v7
14
14
{{{
15
15
make -C /usr/ports/lang/clang install
16
./configure --cc=clang --cxx=clang --ld=clang --prefix=$HOME/ff
16
make -C /usr/ports/multimedia/x264
17
./configure --cc=clang --cxx=clang --ld=clang --prefix=$HOME/ff --enable-libx264 --enable-gpl
17
18
gmake install
18
19
}}}