mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 17:54:25 +00:00
avresample: Include libavutil/avutil.h in version.h
Should fix issues compiling lavr's Windows resource file. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
59398c1342
commit
22ef9cb46d
@ -25,6 +25,8 @@
|
||||
* Libavresample version macros.
|
||||
*/
|
||||
|
||||
#include "libavutil/avutil.h"
|
||||
|
||||
#define LIBAVRESAMPLE_VERSION_MAJOR 1
|
||||
#define LIBAVRESAMPLE_VERSION_MINOR 1
|
||||
#define LIBAVRESAMPLE_VERSION_MICRO 0
|
||||
|
Loading…
Reference in New Issue
Block a user