diff options
Diffstat (limited to 'media-sound/daapd/files/daapd-0.2.3b-mpeg4.patch')
-rw-r--r-- | media-sound/daapd/files/daapd-0.2.3b-mpeg4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/daapd/files/daapd-0.2.3b-mpeg4.patch b/media-sound/daapd/files/daapd-0.2.3b-mpeg4.patch new file mode 100644 index 000000000000..1e2b06615df7 --- /dev/null +++ b/media-sound/daapd/files/daapd-0.2.3b-mpeg4.patch @@ -0,0 +1,12 @@ +diff -urN daapd-0.2.3b/makefile daapd-0.2.3b.makefile/makefile +--- daapd-0.2.3b/makefile 2004-07-10 22:10:51.784987200 +0200 ++++ daapd-0.2.3b.makefile/makefile 2004-07-10 22:13:10.216942344 +0200 +@@ -2,7 +2,7 @@ + + HOWL_ENABLE = 1 + ZLIB_ENABLE = 1 +-MPEG4_ENABLE = 0 ++MPEG4_ENABLE = 1 + + + # no need to touch anything below this line |