[FFmpeg-devel] [PATCH] avcodec: Fix libdcadec include dir

Michael Niedermayer michaelni at gmx.at
Fri Mar 20 02:37:39 CET 2015


On Fri, Mar 20, 2015 at 01:58:25AM +0100, Kacper Michajłow wrote:
> ---
>  configure              | 2 +-
>  libavcodec/libdcadec.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

applied

i needed this though, to make it work
--- a/Makefile
+++ b/Makefile
@@ -121,6 +121,6 @@ clean:

 install: $(OUT_LIB) $(OUT_DEC)
        mkdir -p $(DESTDIR)/lib $(DESTDIR)/include/libdcadec $(DESTDIR)/bin
-       install -m 644 -s $(OUT_LIB) $(DESTDIR)/lib
+       install -m 644 $(OUT_LIB) $(DESTDIR)/lib
        install -m 644 $(INC_LIB) $(DESTDIR)/include/libdcadec
        install -s $(OUT_DEC) $(DESTDIR)/bin

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

There will always be a question for which you do not know the correct answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150320/fd054245/attachment.asc>


More information about the ffmpeg-devel mailing list