Revision eb724c7a
Added by David Sorber over 4 years ago
| software/misc/build_ffmpeg_shared.sh | ||
|---|---|---|
|
echo
|
||
|
}
|
||
|
|
||
|
# Use aggressive compiler flags (not sure these flags really matter these days...)
|
||
|
export CFLAGS="-O3 -march=native"
|
||
|
export CXXFLAGS=$CFLAGS
|
||
|
|
||
|
# Setup directories - modify as needed
|
||
|
#~ SOURCES_DIR="/home/dsorber/Downloads/ffmpeg/sources"
|
||
|
#~ BUILD_DIR="/home/dsorber/Downloads/ffmpeg/build"
|
||
Set CXXFLAGS and CFLAGS environment variables for whatever it's worth.