On Fri, Apr 05, 2013 at 06:20:06AM -0400, QDVDAuthor wrote:
SNIP 
> I compiled 0.6.3 successfully now on my box. Will check into CVS.
> 
I gave ffmpeg 0.8.5 another try, and got a little further. 

I *think* the proper place for all the header files is in 
/ffmpeg/include but configure pastes the subdirectories there 
instead of the .h files? - the configure does not seem to reach 
the /libavformat subdirectory, hence I added simlinks for 
avcodec.h, avformat.h and avio.h into the qrender directory. 

It now fails with 
ffmpeg-0.8.5/include/libavutil/common.h:170:47: error: ‘UINT64_C’ was not 
declared in this scope

Adding this patch to common.h seems to resolve that problem:
(posted August 2012)
#ifndef UINT64_C
#define UINT64_C(c) (c ## ULL)
#endif
 
but that does not seem to be a workable way forward. 

Richard


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
QDVDAuthor-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qdvdauthor-users

Reply via email to