From 1ac83e02beba99b894b5031cc1ef9fea7f8ed177 Mon Sep 17 00:00:00 2001 From: "[CST] Bas" Date: Tue, 4 Dec 2012 00:24:46 +0800 Subject: [PATCH] neutrino: use pkgconfig for OGG. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/cdcd42ea8aed99d08043306388284d2b69a83234 Author: [CST] Bas Date: 2012-12-03 (Mon, 03 Dec 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 1c98f840a..0fddb3c50 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,10 @@ TUXBOX_APPS_LIB_PKGCONFIG_CHECK(MAD,libmad) if test -z "$MAD_CFLAGS" ; then TUXBOX_APPS_LIB_PKGCONFIG(MAD,mad) fi +TUXBOX_APPS_LIB_PKGCONFIG_CHECK(OGG,ogg) +if test -z "$OGG_CFLAGS" ; then + TUXBOX_APPS_LIB_PKGCONFIG(OGG,ogg) +fi TUXBOX_APPS_LIB_PKGCONFIG(PNG,libpng) TUXBOX_APPS_LIB_PKGCONFIG(AVFORMAT,libavformat) TUXBOX_APPS_LIB_PKGCONFIG(AVCODEC,libavcodec)