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 |
---|---|
ffmpeg static build (0) | 2016.02.04 |
ImageMagic YUV420P to JPEG (YUV to JPEG) (0) | 2016.01.29 |
gstreamer0.10 build 문제 생길 때 (0) | 2015.05.18 |
댓글을 달아 주세요