summaryrefslogtreecommitdiffstats
path: root/audio-libs/faad2/faad2-enable-drm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/faad2/faad2-enable-drm.patch')
-rw-r--r--audio-libs/faad2/faad2-enable-drm.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio-libs/faad2/faad2-enable-drm.patch b/audio-libs/faad2/faad2-enable-drm.patch
new file mode 100644
index 0000000000..c34c1311b7
--- /dev/null
+++ b/audio-libs/faad2/faad2-enable-drm.patch
@@ -0,0 +1,14 @@
+diff -Naur faad2.orig/libfaad/common.h faad2/libfaad/common.h
+--- faad2.orig/libfaad/common.h 2004-10-22 21:01:54.841786248 +0200
++++ faad2/libfaad/common.h 2004-10-22 21:05:19.927576554 +0200
+@@ -80,8 +80,8 @@
+ /* Allow decoding of scalable profiles */
+ //#define SCALABLE_DEC
+ /* Allow decoding of Digital Radio Mondiale (DRM) */
+-//#define DRM
+-//#define DRM_PS
++#define DRM
++#define DRM_PS
+
+ /* LD can't do without LTP */
+ #ifdef LD_DEC