From 214b4bda48d4530bab91bb045b69544404c27b77 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 21 Mar 2012 02:00:07 +0100 Subject: add new library --- package/ffmpeg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package') diff --git a/package/ffmpeg/Makefile b/package/ffmpeg/Makefile index 2715a6570..99b5cb558 100644 --- a/package/ffmpeg/Makefile +++ b/package/ffmpeg/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= ffmpeg PKG_VERSION:= 0.10 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= dc665cc599a739e3c5262ccdac13d129 PKG_DESCR:= record, convert and stream audio & video PKG_SECTION:= libs @@ -153,6 +153,7 @@ libffmpeg-install: ${CP} ${WRKINST}/usr/lib/libavutil.so* ${IDIR_LIBFFMPEG}/usr/lib ${CP} ${WRKINST}/usr/lib/libpostproc.so* ${IDIR_LIBFFMPEG}/usr/lib ${CP} ${WRKINST}/usr/lib/libswscale.so* ${IDIR_LIBFFMPEG}/usr/lib + ${CP} ${WRKINST}/usr/lib/libswresample.so* ${IDIR_LIBFFMPEG}/usr/lib ffplay-install: ${INSTALL_DIR} ${IDIR_FFPLAY}/usr/bin -- cgit v1.2.3