Re: [Libav-user] Problems with time.h in ffmpeg util libary

2012-11-23 Thread Carl Eugen Hoyos
Hannes Wuerfel writes: > Ah, perhaps my fault giving you compile errors in german. Given that German is my native language, this is hopefully not the problem;-) (If you mean my rant about the MSVC error message: It is missing the reason - source code line - why a specific header was included,

Re: [Libav-user] Problems with time.h in ffmpeg util libary

2012-11-23 Thread Nicolas George
Le tridi 3 frimaire, an CCXXI, Hannes Wuerfel a écrit : > causing: > 2>C:\Program Files (x86)\Microsoft Visual Studio You should show the compilation options too, otherwise there is no way of telling what is wrong. Regards, -- Nicolas George ___ Lib

Re: [Libav-user] Problems with time.h in ffmpeg util libary

2012-11-22 Thread Hannes Wuerfel
Seems like offtopic, but why do you not use C++ interface of opencv? like: #include instead #include Hi, no real offtopic, I was actually playing around with it and wanted to "port" it to the c++ interface when I find time for it. But nevertheless, it does not change anything related to the

Re: [Libav-user] Problems with time.h in ffmpeg util libary

2012-11-22 Thread Hannes Wuerfel
Ah, perhaps my fault giving you compile errors in german. I don't think that you've understood me right. My problem is simple. I'd like to use ffmpeg in a project with some more lib dependencies, for example opencv, cuda libs qt, open scenegraph or whatever. I've also wrote a simple start stop t

Re: [Libav-user] Problems with time.h in ffmpeg util libary

2012-11-22 Thread hatred
Hi Hannes, Seems like offtopic, but why do you not use C++ interface of opencv? like: #include instead #include more info: http://docs.opencv.org/modules/refman.html and http://docs.opencv.org/modules/core/doc/intro.html#api-concepts ___ Libav-user

Re: [Libav-user] Problems with time.h in ffmpeg util libary

2012-11-22 Thread Carl Eugen Hoyos
Hannes Wuerfel writes: > extern "C" { > #include > #include > #include > #include > #include > #include > #include > #include > #include > } > > // opencv > #include > #include > #include > #include > > causing: > 2>C:\Program Files (x86)\Microsoft Visual Studio > 10.0\VC\include\

Re: [Libav-user] Problems with time.h in ffmpeg util libary

2012-11-22 Thread Hannes Wuerfel
Am 22.11.2012 23:52, schrieb Carl Eugen Hoyos: Hannes Wuerfel writes: is there a workaround to avoid name conflicts with the standard c time.h file? It is a problem when using some other libs in the project where ffmpeg is used. Could you elaborate? (So far, nobody could explain how this can

Re: [Libav-user] Problems with time.h in ffmpeg util libary

2012-11-22 Thread Carl Eugen Hoyos
Hannes Wuerfel writes: > is there a workaround to avoid name conflicts with > the standard c time.h file? > It is a problem when using some other libs in > the project where ffmpeg is used. Could you elaborate? (So far, nobody could explain how this can be a problem.) Carl Eugen __

[Libav-user] Problems with time.h in ffmpeg util libary

2012-11-22 Thread Hannes Wuerfel
Hey list, is there a workaround to avoid name conflicts with the standard c time.h file? It is a problem when using some other libs in the project where ffmpeg is used. ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listi