Fix compat missing include

The header libavformat/version.h was included, but not
libavcodec/version.h.

As a consequence, the LIBAVCODEC_VERSION_INT definition depended on the
caller includes.
pull/2040/head
Romain Vimont 3 years ago
parent 1e215199dc
commit 037be4af21

@ -1,6 +1,7 @@
#ifndef COMPAT_H
#define COMPAT_H
#include <libavcodec/version.h>
#include <libavformat/version.h>
#include <SDL2/SDL_version.h>

Loading…
Cancel
Save