diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-05 13:18:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-05 13:18:24 +0000 |
commit | bf3f42f5061416a28c86e809a1441603fe1cc08e (patch) | |
tree | eee929ec1c59a0c75d279c1d372764eeb6653206 /multimedia | |
parent | c1f60196c4929fb22ab29c1c818eefbc34cb78ba (diff) | |
download | pkgsrc-bf3f42f5061416a28c86e809a1441603fe1cc08e.tar.gz |
Remove patch that is not in distinfo.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/omxplayer/patches/patch-OMXControl.cpp | 14 | ||||
-rw-r--r-- | multimedia/omxplayer/patches/patch-OMXThread.cpp | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/multimedia/omxplayer/patches/patch-OMXControl.cpp b/multimedia/omxplayer/patches/patch-OMXControl.cpp deleted file mode 100644 index e8b80f7a4ac..00000000000 --- a/multimedia/omxplayer/patches/patch-OMXControl.cpp +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-OMXControl.cpp,v 1.1 2015/01/18 23:09:25 jmcneill Exp $ - ---- OMXControl.cpp.orig 2015-01-12 15:10:50.000000000 +0000 -+++ OMXControl.cpp -@@ -2,7 +2,9 @@ - #include <stdlib.h> - #include <stdint.h> - #include <sys/mman.h> -+#if defined(__linux__) - #include <linux/fb.h> -+#endif - #include <string.h> - #include <dbus/dbus.h> - diff --git a/multimedia/omxplayer/patches/patch-OMXThread.cpp b/multimedia/omxplayer/patches/patch-OMXThread.cpp deleted file mode 100644 index f1eeb204cea..00000000000 --- a/multimedia/omxplayer/patches/patch-OMXThread.cpp +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-OMXThread.cpp,v 1.1 2015/11/13 15:12:15 skrll Exp $ - ---- OMXThread.cpp.orig 2015-01-12 15:10:50.000000000 +0000 -+++ OMXThread.cpp -@@ -41,8 +41,8 @@ - OMXThread::OMXThread() - { - pthread_mutex_init(&m_lock, NULL); -- pthread_attr_setdetachstate(&m_tattr, PTHREAD_CREATE_JOINABLE); - pthread_attr_init(&m_tattr); -+ pthread_attr_setdetachstate(&m_tattr, PTHREAD_CREATE_JOINABLE); - m_thread = 0; - m_bStop = false; - m_running = false; |