On Thu, 21 Jun 2012 17:36:32 +0100
John Burrell <john_burr...@hotmail.com> wrote:

> 
> I get these messages when compiling opal-3.10.2, having installed 
> ffmpeg-0.11.1
> 
> h263-1998.cxx:319:27: error: 'CODEC_FLAG_H263P_UMV' was not declared in this 
> scope
> h263-1998.cxx:321:28: error: 'CODEC_FLAG_H263P_UMV' was not declared in this 
> scope
> h263-1998.cxx:362:27: error: 'CODEC_FLAG_H263P_SLICE_STRUCT' was not declared 
> in this scope
> h263-1998.cxx:364:28: error: 'CODEC_FLAG_H263P_SLICE_STRUCT' was not declared 
> in this scope
> h263-1998.cxx:372:27: error: 'CODEC_FLAG_H263P_AIV' was not declared in this 
> scope
> h263-1998.cxx:374:28: error: 'CODEC_FLAG_H263P_AIV' was not declared in this 
> scope
> h263-1998.cxx: In member function 'bool 
> H263_Base_EncoderContext::OpenCodec()':
> h263-1998.cxx:428:3: error: 'CODEC_FLAG_H263P_UMV' was not declared in this 
> scope
> h263-1998.cxx:429:3: error: 'CODEC_FLAG_OBMC' was not declared in this scope
> h263-1998.cxx:431:3: error: 'CODEC_FLAG_H263P_SLICE_STRUCT' was not declared 
> in this scope
> h263-1998.cxx:433:3: error: 'CODEC_FLAG_H263P_AIV' was not declared in this 
> scope
> h263-1998.cxx: In member function 'virtual bool 
> H263_Base_EncoderContext::EncodeFrames(const BYTE*, unsigned int&, BYTE*, 
> unsigned int&, unsigned int&)':
> h263-1998.cxx:497:72: error: 'FF_I_TYPE' was not declared in this scope
> h263-1998.cxx:497:84: error: 'FF_P_TYPE' was not declared in this scope
> h263-1998.cxx: In member function 'virtual bool 
> H263_RFC2190_EncoderContext::Init()':
> h263-1998.cxx:582:24: error: 'CODEC_FLAG_H263P_UMV' was not declared in this 
> scope
> h263-1998.cxx:587:24: error: 'CODEC_FLAG_H263P_AIV' was not declared in this 
> scope
> h263-1998.cxx:588:24: error: 'CODEC_FLAG_H263P_SLICE_STRUCT' was not declared 
> in this scope
> make[3]: *** 
> [/usr/src/multimedia/opal/opal-3.10.2/plugins/../lib_linux_x86/plugins/h263_ffmpeg/h263-1998.o]
>  Error 1
> 
> Is opal-3.10.2-ffmpeg-1.patch addressing this problem for mpeg4.cxx?

No, that was for a different problem. Please try the attached patch
(which includes and updates the opal-3.10.2-ffmpeg-1.patch)

Andy

Attachment: opal-3.10.2-ffmpeg-2.patch
Description: Binary data

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to