FreeBSD Bugzilla – Attachment 89182 Details for
Bug 126061
multimedia/ffmpeg: fix compat headers installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.15 KB, created by
Sunpoet Po-Chuan Hsieh
on 2008-07-29 02:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2008-07-29 02:40:00 UTC
Size:
2.15 KB
patch
obsolete
>--- /usr/ports/multimedia/ffmpeg/Makefile.orig 2008-07-29 09:06:28.831710000 +0800 >+++ /usr/ports/multimedia/ffmpeg/Makefile 2008-07-29 09:26:47.447786849 +0800 >@@ -37,29 +37,28 @@ > XVID "XVID codec" off > > COMPAT_HEADERS= libavcodec/avcodec.h \ >- libavcodec/opt.h \ >- libavdevice/avdevice.h \ >- libavformat/avformat.h \ >- libavformat/avio.h \ >- libavformat/rtsp.h \ >- libavformat/rtspcodes.h \ >- libavutil/adler32.h \ >- libavutil/avstring.h \ >- libavutil/avutil.h \ >- libavutil/base64.h \ >- libavutil/common.h \ >- libavutil/crc.h \ >- libavutil/fifo.h \ >- libavutil/intfloat_readwrite.h \ >- libavutil/log.h \ >- libavutil/lzo.h \ >- libavutil/mathematics.h \ >- libavutil/md5.h \ >- libavutil/mem.h \ >- libavutil/random.h \ >- libavutil/rational.h \ >- libavutil/sha1.h \ >- libpostproc/postprocess.h >+ libavcodec/opt.h \ >+ libavdevice/avdevice.h \ >+ libavformat/avformat.h \ >+ libavformat/avio.h \ >+ libavformat/rtsp.h \ >+ libavformat/rtspcodes.h \ >+ libavutil/adler32.h \ >+ libavutil/avstring.h \ >+ libavutil/avutil.h \ >+ libavutil/base64.h \ >+ libavutil/common.h \ >+ libavutil/crc.h \ >+ libavutil/fifo.h \ >+ libavutil/intfloat_readwrite.h \ >+ libavutil/log.h \ >+ libavutil/lzo.h \ >+ libavutil/mathematics.h \ >+ libavutil/md5.h \ >+ libavutil/mem.h \ >+ libavutil/random.h \ >+ libavutil/rational.h \ >+ libavutil/sha1.h > > .include <bsd.port.pre.mk> > >@@ -315,5 +314,6 @@ > .for FILE in ${COMPAT_HEADERS} > ${CP} -f ${PREFIX}/include/${FILE} ${PREFIX}/include/ffmpeg/${FILE:C,^[^/]+/([^/]+).*,\1,} > .endfor >+ ${CP} -f ${PREFIX}/include/libpostproc/postprocess.h ${PREFIX}/include/postproc/postprocess.h > > .include <bsd.port.post.mk> >--- /usr/ports/multimedia/ffmpeg/pkg-plist.orig 2008-07-29 09:06:28.832713000 +0800 >+++ /usr/ports/multimedia/ffmpeg/pkg-plist 2008-07-29 09:32:54.287424848 +0800 >@@ -20,7 +20,6 @@ > include/ffmpeg/md5.h > include/ffmpeg/mem.h > include/ffmpeg/opt.h >-include/ffmpeg/postprocess.h > include/ffmpeg/random.h > include/ffmpeg/rational.h > include/ffmpeg/rtsp.h >@@ -50,6 +49,7 @@ > include/libavutil/rational.h > include/libavutil/sha1.h > include/libpostproc/postprocess.h >+include/postproc/postprocess.h > lib/libavcodec.a > lib/libavcodec.so > lib/libavcodec.so.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126061
: 89182