Commit f9e4bcb9 authored by Felix Paul Kühne's avatar Felix Paul Kühne

libavutil/common.h was re-worked, so it doesn't need to be patched anymore

parent 4809df7d
...@@ -74,22 +74,3 @@ Index: ffmpeg/configure ...@@ -74,22 +74,3 @@ Index: ffmpeg/configure
exec_prefix= exec_prefix=
libdir=\${pcfiledir}/libpostproc libdir=\${pcfiledir}/libpostproc
includedir=\${pcfiledir}/libpostproc includedir=\${pcfiledir}/libpostproc
Index: ffmpeg/libavutil/common.h
===================================================================
--- ffmpeg/libavutil/common.h (revision 5805)
+++ ffmpeg/libavutil/common.h (working copy)
@@ -154,11 +154,9 @@
# define FF_IMPORT_ATTR
#endif
-
-# include "bswap.h"
-
#ifdef HAVE_AV_CONFIG_H
/* only include the following when compiling package */
+# include "bswap.h"
# include "internal.h"
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment