head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2015.03.09.16.14.47; author skrll; state dead; branches; next 1.1; commitid OkWB87XsdEjxVWcy; 1.1 date 2015.01.18.23.09.25; author jmcneill; state Exp; branches; next ; commitid B8sU5Qoox4EtPy6y; desc @@ 1.2 log @Remove unnecessary patches @ text @$NetBSD: patch-OMXPlayerVideo.cpp,v 1.1 2015/01/18 23:09:25 jmcneill Exp $ Workaround for old misc/raspberrypi-userland package. --- OMXPlayerVideo.cpp.orig 2015-01-12 15:10:50.000000000 +0000 +++ OMXPlayerVideo.cpp @@@@ -25,6 +25,13 @@@@ #include "system.h" #endif +#ifdef OLD_RASPBERRYPI_USERLAND +typedef int OMX_IMAGEFILTERANAGLYPHTYPE; +#define OMX_ImageFilterAnaglyphNone 0 +#define OMX_ImageFilterDeInterlaceFast OMX_ImageFilterDeInterlaceLineDouble +#define OMX_ImageFilterAnaglyph OMX_ImageFilterNone +#endif + #include "OMXPlayerVideo.h" #include @ 1.1 log @Import omxplayer-20150118 as multimedia/omxplayer. OMXPlayer is a commandline OMX player for the Raspberry Pi. It was developed as a testbed for the XBMC Raspberry PI implementation and is quite handy to use standalone. @ text @d1 1 a1 1 $NetBSD$ @