MJPEG Tools: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) No edit summary |
Please do not add --disable-depdency-tracking to every single build. It makes debugging a pain. |
||
| Line 26: | Line 26: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=/usr --enable-simd-accel | ./configure --prefix=/usr --enable-simd-accel && | ||
make | make | ||
| Line 42: | Line 41: | ||
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ | CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ | ||
./configure --prefix=/usr --enable-simd-accel | ./configure --prefix=/usr --enable-simd-accel && | ||
make | make | ||
| Line 56: | Line 54: | ||
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ | ||
./configure --prefix=/usr --libdir=/usr/lib32 --enable-simd-accel | ./configure --prefix=/usr --libdir=/usr/lib32 --enable-simd-accel && | ||
make | make | ||
| Line 70: | Line 67: | ||
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | ||
./configure --prefix=/usr --libdir=/usr/lib64 --enable-simd-accel | ./configure --prefix=/usr --libdir=/usr/lib64 --enable-simd-accel && | ||
make | make | ||
Revision as of 06:06, 2 June 2007
| Download Source: | http://downloads.sourceforge.net/mjpeg/mjpegtools-1.9.0.tar.gz |
|---|
Introduction to MJPEG Tools
The mjpeg programs are a set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of audio and video under Linux.
Project Homepage: http://mjpeg.sourceforge.net/
Dependencies
Required
Recommended
Non-Multilib
Compile the package:
./configure --prefix=/usr --enable-simd-accel && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=/usr --enable-simd-accel &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=/usr --libdir=/usr/lib32 --enable-simd-accel &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=/usr --libdir=/usr/lib64 --enable-simd-accel &&
make
Install the package:
make install
Contents
| Installed Programs: | mpeg2enc, mjpeg_simd_helper, lav2wav, lav2yuv, yuvmedianfilter, lavaddwav, lavtrans, ypipe, yuv2lav, transist.flt, matteblend.flt, multiblend.flt, lavpipe, yuvscaler, yuvcorrect, yuvcorrect_tune, jpeg2yuv, ppmtoy4m, pnmtoy4m, y4mtoppm, y4mtopnm, pgmtoy4m, y4mcolorbars, lavinfo, y4mshift, y4mspatialfilter, y4mstabilizer, yuvfps, y4mhist, y4mblack, y4mtoyuv, y4minterlace, yuv4mpeg, yuyvtoy4m, yuvinactive, glav, yuvplay, lavrec, testrec, lavvideo, lavplay, png2yuv, mp2enc, mplex, anytovcd.sh, lav2avi.sh, lav2mpeg, mpegtranscode, yuvdenoise, yuvycsnoise, yuvkineco, yuvdeinterlace, y4mdenoise, y4munsharp |
|---|---|
| Installed Libraries: | libmjpegutils.{a,la,so}, libmpeg2encpp.{a,la,so}, liblavfile.{a,la,so}, liblavjpeg.{a,la,so}, liblavrec.{a,la,so}, liblavplay.{a,la,so}, libmplex2.{a,la,so} |
| Installed Directories: | /usr/include/mjpegtools |