首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >CentOS 6.7上的MLT编译错误

CentOS 6.7上的MLT编译错误
EN

Stack Overflow用户
提问于 2016-06-11 17:24:36
回答 1查看 141关注 0票数 1

在CentOS 6.7上安装

Make install收到此错误:

代码语言:javascript
复制
make[2]: Entering directory `/root/mlt/src/modules/avformat'
cc -I../.. -DARCH_X86_64 -Wall -DPIC   -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -DAVDATADIR=\"/usr/share/ffmpeg/\" -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -DFILTERS -DCODECS -DAVDEVICE   -c -o filter_avcolour_space.o filter_avcolour_space.c
filter_avcolour_space.c: In function ‘convert_mlt_to_av_cs’:
filter_avcolour_space.c:50: error: ‘AV_PIX_FMT_RGB24’ undeclared (first use in this function)
filter_avcolour_space.c:50: error: (Each undeclared identifier is reported only once
...
filter_avcolour_space.c:323: error: ‘AV_PIX_FMT_RGB32’ undeclared (first use in this function)
make[2]: *** [filter_avcolour_space.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [filter_avdeinterlace.o] Error 1
filter_swscale.c: In function ‘filter_swscale_init’:
filter_swscale.c:179: error: ‘AV_PIX_FMT_RGB32’ undeclared (first use in this function)
make[2]: *** [filter_swscale.o] Error 1
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/mlt/src/modules'
make: *** [install] Error 1

请帮帮忙。

EN

回答 1

Stack Overflow用户

发布于 2016-06-13 18:27:00

已使用的存储库:

http://li.nux.ro/download/nux/dextop/el6/x86_64/ Install nux-dextop-release rpm下载最新的nux-dextop-release rpm:

rpm -Uvh nux-dextop-release*rpm

安装mlt rpm包:

yum安装mlt

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/37762081

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档