From e43be7ec032b5ad2bbdcc4967cb7752d497fa084 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 8 May 2012 16:14:43 +0400 Subject: [PATCH] src/Makefile.am: add avcodec libs Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/db3defd8518383b101bdb34e2b40f72ad1f66949 Author: [CST] Focus Date: 2012-05-08 (Tue, 08 May 2012) --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 0f0b069c1..93560a0cb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,6 +85,7 @@ neutrino_LDADD = \ @LIBCS_LIBS@ \ @AVFORMAT_LIBS@ \ @AVUTIL_LIBS@ \ + @AVCODEC_LIBS@ \ $(FLACLIBS) \ $(VORBISLIBS) \ -ldvbsi++ \