b4a49b7c45
Changes: DOCS: * French, Hungarian, Chinese translation updated * console output translations updated * numerous fixes in HTML documentation * fixes, clarifications in the man page * wishlist updated :) * Polish documentation removed (outdated) * Norwegian, Romanian, and Turkish help files removed (outdated) Fixes: * small fix for sp5x video codec * menu pause bug fixed * detc video filter improved * fixes in video output driver zr * fixes in video output driver directx * fixes in video output driver sdl * fixes in video output driver vesa (multiple init support) * midentify works again * TOOLS/matroxtv enhanced and fixed * now every binary codec is searched in $PREFIX/codecs directory (--with-codecsdir) * K6/2+ and K6/3+ detection support * Mono PCM streamcopy fixed in MEncoder * bigendian OSD fix * SIGBUS error fixed on HPUX 11.00 * default fps fixed in NTSC v4l * definition fix ported from libdvdread main branch * configure option --enable-qtx-codecs renamed to --enable-qtx * a crash fixed in command line parser * fix in MMS streaming * crash with invalid config file fixed * metacity support Porting: * QT audio decoder now compiles on MacOSX * compile and crash fixes in MOV demuxer, for Cygwin * some Cygwin compilation fixes * OpenBSD support in RealVideo and RealAudio
24 lines
676 B
Makefile
24 lines
676 B
Makefile
# $NetBSD: Makefile,v 1.17 2003/08/31 00:25:20 xtraeme Exp $
|
|
#
|
|
|
|
PKGNAME= mencoder-${MPLAYER_PKG_VERSION}
|
|
COMMENT= Simple movie encoder for MPlayer-playable movies
|
|
|
|
.include "../../graphics/mplayer-share/Makefile.common"
|
|
|
|
USE_BUILDLINK2= # defined
|
|
CONFIGURE_ARGS+= --disable-nas
|
|
CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer
|
|
|
|
ALL_TARGET= mencoder
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mencoder ${PREFIX}/bin
|
|
${LN} -s ${PREFIX}/man/man1/mplayer.1 ${PREFIX}/man/man1/mencoder.1
|
|
|
|
.include "../../graphics/mplayer-share/Makefile.depends"
|
|
|
|
.include "../../audio/lame/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
.include "../../graphics/mplayer-share/Makefile.cflags"
|