1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/ffmpeg/libswrescale-5.patch
2023-02-27 23:45:56 +01:00

29 lines
983 B
Diff

this wasn't bumped for ffmpeg6, so bump it ourselves to not conflict with
ffmpeg 5. otherwise it can't be installed at the same time as ffmpeg 5 libs,
but we have multiple packages, even if the abi is the same.
--
diff --git a/libswresample/version.h b/libswresample/version.h
index 31ecf6f..6b17ade 100644
--- a/libswresample/version.h
+++ b/libswresample/version.h
@@ -30,7 +30,7 @@
#include "version_major.h"
-#define LIBSWRESAMPLE_VERSION_MINOR 10
+#define LIBSWRESAMPLE_VERSION_MINOR 0
#define LIBSWRESAMPLE_VERSION_MICRO 100
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
diff --git a/libswresample/version_major.h b/libswresample/version_major.h
index 7f265c2..dd13f2b 100644
--- a/libswresample/version_major.h
+++ b/libswresample/version_major.h
@@ -26,6 +26,6 @@
* Libswresample version macros
*/
-#define LIBSWRESAMPLE_VERSION_MAJOR 4
+#define LIBSWRESAMPLE_VERSION_MAJOR 5
#endif /* SWRESAMPLE_VERSION_MAJOR_H */