From 576286ba818f16adae0fd774ebe1e63c58afddc1 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Wed, 14 Jan 2009 07:55:43 +0000
Subject: [PATCH] Remove one more forgotten instance of USE_HIGHPRECISION
 indirection.

Originally committed as revision 16597 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/mpc.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h
index d9aa22af413..df33683687b 100644
--- a/libavcodec/mpc.h
+++ b/libavcodec/mpc.h
@@ -32,10 +32,6 @@
 #include "avcodec.h"
 #include "bitstream.h"
 #include "dsputil.h"
-
-#if CONFIG_MPEGAUDIO_HP
-#define USE_HIGHPRECISION
-#endif
 #include "mpegaudio.h"
 
 #include "mpcdata.h"
-- 
GitLab