install all headers.

ok jolan@
This commit is contained in:
espie 2003-12-06 13:38:09 +00:00
parent 0f5ca9af8b
commit 165b0c732f
2 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2003/11/04 07:50:19 jolan Exp $
# $OpenBSD: Makefile,v 1.7 2003/12/06 13:38:09 espie Exp $
COMMENT= "audio/video converter and streamer"
DISTNAME= ffmpeg-0.4.8
@ -36,7 +36,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/ffmpeg ${PREFIX}/bin/ffmpeg
${INSTALL_DATA_DIR} ${PREFIX}/include/ffmpeg
${INSTALL_DATA_DIR} ${PREFIX}/include/postproc
${INSTALL_DATA} ${WRKBUILD}/libavcodec/{avcodec,common}.h \
${INSTALL_DATA} ${WRKSRC}/libavcodec/{avcodec,common}.h \
${PREFIX}/include/ffmpeg
${INSTALL_DATA} ${WRKSRC}/libavformat/{avformat.h,avio.h,rtp.h,rtsp.h,rtspcodes.h} \
${PREFIX}/include/ffmpeg
${INSTALL_DATA} ${WRKBUILD}/libavcodec/libpostproc/postprocess.h \
${PREFIX}/include/postproc

View File

@ -1,7 +1,12 @@
@comment $OpenBSD: PLIST,v 1.2 2003/08/04 06:08:22 jolan Exp $
@comment $OpenBSD: PLIST,v 1.3 2003/12/06 13:38:09 espie Exp $
bin/ffmpeg
include/ffmpeg/avcodec.h
include/ffmpeg/avformat.h
include/ffmpeg/avio.h
include/ffmpeg/common.h
include/ffmpeg/rtp.h
include/ffmpeg/rtsp.h
include/ffmpeg/rtspcodes.h
include/postproc/postprocess.h
lib/libavcodec.a
lib/libavformat.a