ffmpeg static build
멀티미디어 :
2016. 2. 4. 16:08
반응형
$ ./configure --enable-gpl --prefix=$PWD/out \
--disable-shared --enable-filter=drawtext --enable-gpl --enable-nonfree \
--enable-version3 \
--arch=arm --target-os=linux \
--enable-static \
--extra-libs=-static \
--extra-cflags=--static \
--enable-cross_compile --cross_prefix=arm-xilinx-linux-gnueabi- \
--enable-neon
반응형
'멀티미디어' 카테고리의 다른 글
DVB (DTV) 구조 포스터? (0) | 2016.04.08 |
---|---|
ImageMagic YUV420P to JPEG (YUV to JPEG) (0) | 2016.01.29 |
4. 디지털 방송 - 디지털 방송이 보여지기까지의 과정 (0) | 2015.09.21 |