diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-10 20:40:27 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-10 20:40:27 +0000 |
commit | 78465fb04ead9ca54b5b349fdf42dc588048ccc8 (patch) | |
tree | 456978b1b3b2e1795322eaebb9e247522dfb74c6 /media-plugins/mythphone/files | |
parent | . (diff) | |
download | gentoo-2-78465fb04ead9ca54b5b349fdf42dc588048ccc8.tar.gz gentoo-2-78465fb04ead9ca54b5b349fdf42dc588048ccc8.tar.bz2 gentoo-2-78465fb04ead9ca54b5b349fdf42dc588048ccc8.zip |
Initial import
Diffstat (limited to 'media-plugins/mythphone/files')
-rw-r--r-- | media-plugins/mythphone/files/mythphone-0.16-include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-plugins/mythphone/files/mythphone-0.16-include.patch b/media-plugins/mythphone/files/mythphone-0.16-include.patch new file mode 100644 index 000000000000..da135158ef26 --- /dev/null +++ b/media-plugins/mythphone/files/mythphone-0.16-include.patch @@ -0,0 +1,11 @@ +--- mythphone/h263.h 2004-09-10 20:27:41.193428175 +0000 ++++ mythphone/h263.h 2004-09-10 20:27:59.847902032 +0000 +@@ -20,7 +20,7 @@ + #include "rtp.h" + + extern "C" { +-#include "libavcodec/avcodec.h" ++#include "mythtv/ffmpeg/avcodec.h" + } + + |