summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-12-25 17:16:05 +0100
committerDiego Biurrun <diego@biurrun.de>2013-12-26 19:05:22 +0100
commitb83d1ee3b41cfe8357836e2582104db2f3364cb0 (patch)
tree793ba32902f6c0a807e99ecdd5c01e0b6064d531 /libswscale
parent1716b4c7b888a00380b36d3a49f725e6a243ed18 (diff)
avutil: Move library version related macros to version.h
This is a more sensible place for these macros.
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index 54836739c0..0f32c7ab03 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -24,7 +24,7 @@
* swscale version macros
*/
-#include "libavutil/avutil.h"
+#include "libavutil/version.h"
#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 1