summarylogtreecommitdiffstats
path: root/fix_vf_hflip_plugin_name.patch
diff options
context:
space:
mode:
authorGustavo Alvarez2016-02-03 17:34:54 +0100
committerGustavo Alvarez2016-02-03 17:36:06 +0100
commitfdce89b5880590a2b81124decb8b08406f334f5f (patch)
tree6fee200980184ef68abe88aa1fbd8e11c80e2c74 /fix_vf_hflip_plugin_name.patch
parentf00200688e20992acc688b6dd5be37255151208f (diff)
downloadaur-fdce89b5880590a2b81124decb8b08406f334f5f.tar.gz
Update PKGBUILD
- Removing Qt4 and GTK builds - add/change/remove some patches
Diffstat (limited to 'fix_vf_hflip_plugin_name.patch')
-rw-r--r--fix_vf_hflip_plugin_name.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/fix_vf_hflip_plugin_name.patch b/fix_vf_hflip_plugin_name.patch
new file mode 100644
index 000000000000..18598cc584a4
--- /dev/null
+++ b/fix_vf_hflip_plugin_name.patch
@@ -0,0 +1,18 @@
+diff --git a/avidemux_plugins/ADM_videoFilters6/horizontalFlip/CMakeLists.txt b/avidemux_plugins/ADM_videoFilters6/horizontalFlip/CMakeLists.txt
+index 578ed4a..426588b 100644
+--- a/avidemux_plugins/ADM_videoFilters6/horizontalFlip/CMakeLists.txt
++++ b/avidemux_plugins/ADM_videoFilters6/horizontalFlip/CMakeLists.txt
+@@ -1,9 +1,9 @@
+ INCLUDE(vf_plugin)
+
+
+-SET(ADM_hf_hflip_SRCS horizontalFlip.cpp)
++SET(ADM_vf_hflip_SRCS horizontalFlip.cpp)
+
+-ADD_VIDEO_FILTER(ADM_hf_hflip ${ADM_hf_hflip_SRCS})
++ADD_VIDEO_FILTER(ADM_vf_hflip ${ADM_vf_hflip_SRCS})
+
+-INIT_VIDEO_FILTER(ADM_hf_hflip)
+-INSTALL_VIDEO_FILTER(ADM_hf_hflip)
++INIT_VIDEO_FILTER(ADM_vf_hflip)
++INSTALL_VIDEO_FILTER(ADM_vf_hflip)