summaryrefslogtreecommitdiff
path: root/multimedia/handbrake-gtk2/files/patch-core_HandBrake.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/handbrake-gtk2/files/patch-core_HandBrake.c')
-rw-r--r--multimedia/handbrake-gtk2/files/patch-core_HandBrake.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/handbrake-gtk2/files/patch-core_HandBrake.c b/multimedia/handbrake-gtk2/files/patch-core_HandBrake.c
deleted file mode 100644
index 1c77b0015cd9..000000000000
--- a/multimedia/handbrake-gtk2/files/patch-core_HandBrake.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- core/HandBrake.c.orig Wed May 26 05:51:32 2004
-+++ core/HandBrake.c Sun Dec 19 11:02:32 2004
-@@ -277,7 +277,8 @@
- img_resample_full_init( t->outWidth, t->outHeight,
- t->inWidth, t->inHeight,
- t->topCrop, t->bottomCrop,
-- t->leftCrop, t->rightCrop );
-+ t->leftCrop, t->rightCrop,
-+ 0,0,0,0 );
- if( t->deinterlace )
- {
- avpicture_deinterlace( &pic2, &pic1, PIX_FMT_YUV420P,
-@@ -709,7 +710,7 @@
- get_system_info( &info );
- CPUCount = info.cpu_count;
-
--#elif defined( HB_MACOSX )
-+#elif defined( HB_MACOSX ) || defined( HB_FREEBSD )
- FILE * info;
- char buffer[256];
-