summarylogtreecommitdiffstats
path: root/libavcodec.patch
diff options
context:
space:
mode:
authorMichael DeGuzis2018-06-21 13:48:22 -0400
committerMichael DeGuzis2018-06-21 13:48:22 -0400
commitc1dfb99e7d74b24d48fb8319cac1cc3bbfe6c7dd (patch)
tree6baf1220d7f6ba7937207ecbeae00642e6707566 /libavcodec.patch
parentc3787afd4d2eaca6c6c1aeeca87a4e216d56e794 (diff)
downloadaur-guacamole-server-git.tar.gz
rebase with main pkg
Diffstat (limited to 'libavcodec.patch')
-rw-r--r--libavcodec.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libavcodec.patch b/libavcodec.patch
new file mode 100644
index 000000000000..06de5db01873
--- /dev/null
+++ b/libavcodec.patch
@@ -0,0 +1,12 @@
+--- 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;