[FFmpeg-devel] [PATCH 6/6] Comment out non-existant include.
Diego 'Flameeyes' Pettenò
flameeyes
Sat Oct 4 12:36:23 CEST 2008
---
libavcodec/aacpsy.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/aacpsy.h b/libavcodec/aacpsy.h
index f014267..05c93cd 100644
--- a/libavcodec/aacpsy.h
+++ b/libavcodec/aacpsy.h
@@ -24,7 +24,7 @@
#include "avcodec.h"
#include "aac.h"
-#include "lowpass.h"
+//#include "lowpass.h"
enum AACPsyModelType{
AAC_PSY_TEST, ///< a sample model to exercise encoder
More information about the ffmpeg-devel
mailing list