diff options
Diffstat (limited to 'multimedia/handbrake/files/patch-core_Scale.c')
-rw-r--r-- | multimedia/handbrake/files/patch-core_Scale.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/multimedia/handbrake/files/patch-core_Scale.c b/multimedia/handbrake/files/patch-core_Scale.c index 56de0cc6dda8..d0d33d091703 100644 --- a/multimedia/handbrake/files/patch-core_Scale.c +++ b/multimedia/handbrake/files/patch-core_Scale.c @@ -1,14 +1,5 @@ ---- core/Scale.c.orig Mon Nov 22 21:59:25 2004 -+++ core/Scale.c Mon Nov 22 21:59:48 2004 -@@ -6,7 +6,7 @@ - - #include "HBInternal.h" - --#include "ffmpeg/avcodec.h" -+#include "avcodec.h" - - struct HBWork - { +--- core/Scale.c.orig Wed May 26 05:51:32 2004 ++++ core/Scale.c Sun Dec 19 11:02:44 2004 @@ -52,7 +52,8 @@ img_resample_full_init( title->outWidth, title->outHeight, title->inWidth, title->inHeight, |