summaryrefslogtreecommitdiffstats
path: root/main/vlc/raspberrypi-mpeg4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/vlc/raspberrypi-mpeg4.patch')
-rw-r--r--main/vlc/raspberrypi-mpeg4.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/vlc/raspberrypi-mpeg4.patch b/main/vlc/raspberrypi-mpeg4.patch
new file mode 100644
index 000000000..cbeea441b
--- /dev/null
+++ b/main/vlc/raspberrypi-mpeg4.patch
@@ -0,0 +1,10 @@
+--- vlc-2.1.2.orig/modules/codec/omxil/omxil_core.c
++++ vlc-2.1.2/modules/codec/omxil/omxil_core.c
+@@ -202,6 +202,7 @@
+ {
+ #ifdef RPI_OMX
+ { "video_decoder.avc", "OMX.broadcom.video_decode" },
++ { "video_decoder.mpeg4", "OMX.broadcom.video_decode" },
+ { "iv_renderer", "OMX.broadcom.video_render" },
+ #endif
+ { 0, 0 }