我直接抓ffmpeg source code 來在我們的板子上建置
最後要執行
ffmpeg -f video4linux2 -i /dev/video0 cam1.asf
出現 error
ffmpeg: relocation error: /usr/local/lib/libavfilter.so.4: symbol
sws_isSupportedEndiannessConversion, version LIBSWSCALE_2 not defined
in file libswscale.so.2
with link time reference
這在網路上查詢到的解法
http://www.cnblogs.com/linengier/p/3182603.html
將libswscale.so.2鏈接文件以及源文件替換為新生的文件即可←不太懂
這是我在板子上的
lrwxrwxrwx 1 root root 19 Jun 10 2014 libswscale.so -> libswscale.so
.2.1.0
lrwxrwxrwx 1 root root 19 Jun 10 2014 libswscale.so.2 -> libswscale.so
.2.1.0
-rw-r