Opened 15 years ago
Closed 15 years ago
#1633 closed defect (fixed)
H264 DXVA2 addition breaks compile
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Compiling mplayer on CentOS 5.4 with the latest revision of libavcodec causes the compile to die.
Commit URL: http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=6e3d7762f1d54dcaa783b67e370fb77ad73c8e79
Error Ouput:
make -C libavcodec
make[1]: Entering directory `/root/video_install/mplayer/libavcodec'
cc -DHAVE_AV_CONFIG_H -I.. -I.. -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=core2 -mtune=core2 -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -D_REENTRANT -I/usr/include/freetype2 -c -o allcodecs.o allcodecs.c
allcodecs.c: In function 'avcodec_register_all':
allcodecs.c:58: error: 'CONFIG_H264_DXVA2_HWACCEL' undeclared (first use in this function)
allcodecs.c:58: error: (Each undeclared identifier is reported only once
allcodecs.c:58: error: for each function it appears in.)
make[1]: * [allcodecs.o] Error 1
make[1]: Leaving directory `/root/video_install/mplayer/libavcodec'
make: * [libavcodec/libavcodec.a] Error 2
Change History (1)
comment:1 by , 15 years ago
op_sys: | Linux → All |
---|---|
rep_platform: | PC (x86 with SSE) → All |
Resolution: | → fixed |
Status: | new → closed |
This issue was resolved.