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>
pull/48/merge
James Almer 11 years ago committed by Michael Niedermayer
parent 59398c1342
commit 22ef9cb46d
  1. 2
      libavresample/version.h

@ -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…
Cancel
Save