SHOW:
|
|
- or go back to the newest paste.
| 1 | patch -d ffmpeg -N -p1 --reject-file=- < \ | |
| 2 | enable-fake-pkg-config.patch | |
| 3 | ||
| 4 | pushd ffmpeg | |
| 5 | ||
| 6 | ./configure \ | |
| 7 | $DEBUG_FLAG \ | |
| 8 | --arch=arm \ | |
| 9 | --cpu=cortex-a8 \ | |
| 10 | --target-os=linux \ | |
| 11 | --enable-runtime-cpudetect \ | |
| 12 | --prefix=/data/ \ | |
| 13 | - | --enable-pic \ |
| 13 | + | |
| 14 | - | --disable-shared \ |
| 14 | + | |
| 15 | - | --enable-static \ |
| 15 | + | |
| 16 | --extra-ldflags="-L../x264" \ | |
| 17 | --enable-version3 \ | |
| 18 | --enable-gpl \ | |
| 19 | --disable-doc \ | |
| 20 | --enable-libfreetype \ | |
| 21 | --disable-ffprobe \ | |
| 22 | --disable-ffserver \ | |
| 23 | --enable-pthreads\ | |
| 24 | - | --enable-hwaccels \ |
| 24 | + |