From c062d080b1acbe4d23f1cf45634a586c3dd19243 Mon Sep 17 00:00:00 2001 From: Jose Alberto Reguero Date: Sat, 8 Oct 2011 22:20:46 +0100 Subject: Build fix for Fedora with external FFmpeg. --- src/input/input_cdda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c index 20129706d..568e021f5 100644 --- a/src/input/input_cdda.c +++ b/src/input/input_cdda.c @@ -104,7 +104,7 @@ #define CD_LEADOUT_TRACK 0xAA #define CD_BLOCK_OFFSET 150 -#if defined(HAVE_LIBAVUTIL_SHA1_H) && !defined(HAVE_LIBAVUTIL_SHA_H) +#if !defined(HAVE_LIBAVUTIL_SHA_H) /* old libavutil/sha1.h was found... */ #define AVSHA AVSHA1 # define av_sha_init(c,b) av_sha1_init(c) -- cgit v1.2.3