[FFmpeg-soc] [soc]: r2170 - aac/aac.c

superdump subversion at mplayerhq.hu
Tue May 20 17:46:53 CEST 2008


Author: superdump
Date: Tue May 20 17:46:52 2008
New Revision: 2170

Log:
Headers in other subdirs of the FFmpeg source tree need to have the subdir
prefixed now


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Tue May 20 17:46:52 2008
@@ -46,7 +46,7 @@
 #include "avcodec.h"
 #include "bitstream.h"
 #include "dsputil.h"
-#include "random.h"
+#include "libavutil/random.h"
 
 #include "aactab.h"
 #include "mpeg4audio.h"



More information about the FFmpeg-soc mailing list