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.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to