summaryrefslogtreecommitdiff
path: root/graphics/mpeg_encode/patches/patch-aa
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-05-14 23:06:03 +0000
committerhubertf <hubertf@pkgsrc.org>2001-05-14 23:06:03 +0000
commita70cacaa1dc3096e4b1d5eb188fe40ea7ac49631 (patch)
tree72a4f79f61db3b079e268f556308b9112b814cc8 /graphics/mpeg_encode/patches/patch-aa
parentd35a59d1beff3f04df9d89a7a2b593b41d62fb23 (diff)
downloadpkgsrc-a70cacaa1dc3096e4b1d5eb188fe40ea7ac49631.tar.gz
Add mpeg_encode-1.5b: The Parallel Berkeley MPEG Encoder
The primary focus of MPEG encoding algorithms is 1) To create fast and efficient motion vector search techniques and 2) To find "good" encoding parameters that provide a balance of encoding speed, compression and quality. The Berkeley encoder accelerates the process by parallelizing in the temporal direction. The overall organization of the encoder is shown in Figure 2. The Master server is the overall coordinator. It allocates groups of frames to the Slave servers for encoding. The sharing of the files is achieved best, if the directories containing the video files are NFS mounted and accessible uniformly to all processors (alternatively they can be sent out though sockets by the Master). The various activities are managed by inter process communication through sockets.
Diffstat (limited to 'graphics/mpeg_encode/patches/patch-aa')
-rw-r--r--graphics/mpeg_encode/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/mpeg_encode/patches/patch-aa b/graphics/mpeg_encode/patches/patch-aa
new file mode 100644
index 00000000000..5227b1878a5
--- /dev/null
+++ b/graphics/mpeg_encode/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/05/14 23:06:03 hubertf Exp $
+
+--- Makefile.orig Thu Aug 17 00:16:56 1995
++++ Makefile
+@@ -36,9 +36,9 @@
+ ##############
+ # JPEG STUFF #
+ ##############
+-JPEG_LIB = jpeg/libjpeg.a
+-JPEG_DIR = -Ijpeg
+-JPEG_LIB_DIR = -Ljpeg
++JPEG_LIB = -ljpeg
++JPEG_DIR = -I${LOCALBASE}/include
++JPEG_LIB_DIR = -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib
+ MP_JPEG_OBJS = jpeg.o
+ MP_JPEG_SRCS = jpeg.c
+