Hi guys,

 

I've started developing my application using source code from here:
https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-4.0-win64-dev.zip

I've had some memory leaks, so I wanted to use Valgrind to detect them. I've
switched my environment to linux and used latest sources from git:
git://git.libav.org/libav.git

However, my program did not compile, g++ returned me error: error:
'AVERROR_EXTERNAL' was not declared in this scope.

So I've opened error.h and I see that there is no AVERROR_EXTERNAL defined
and from what I can see, it never was! But sources that I took from ffmpeg
do have defined this constant.

Why there is a difference? Which sources should I use? I am confused.

 

Best regards,

 

Wodzu

 

_______________________________________________
Libav-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/libav-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to