summarylogtreecommitdiffstats
path: root/libavcodec.patch
diff options
context:
space:
mode:
authorJoan Figueras2022-01-03 22:08:17 +0100
committerJoan Figueras2022-01-03 22:08:17 +0100
commitbe3e2ab080b9b2096d7dcf8f7ea7b2d42c75e636 (patch)
treec81e5771c0520adba6b05612814495d7db746bac /libavcodec.patch
parentd35c28aa2115347cf523325971f416f9200bdb2b (diff)
downloadaur-be3e2ab080b9b2096d7dcf8f7ea7b2d42c75e636.tar.gz
1.4.0
Diffstat (limited to 'libavcodec.patch')
-rw-r--r--libavcodec.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libavcodec.patch b/libavcodec.patch
deleted file mode 100644
index 06de5db01873..000000000000
--- a/libavcodec.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/guacenc/guacenc.c 2018-05-25 00:11:40.315468138 +0200
-+++ b/src/guacenc/guacenc.c 2018-05-25 00:11:32.011384353 +0200
-@@ -76,7 +76,9 @@
- "version " VERSION);
-
- /* Prepare libavcodec */
-+#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 9, 100)
- avcodec_register_all();
-+#endif
-
- /* Track number of overall failures */
- int total_files = argc - optind;