* Added libavcodec to include dirs of libavformat
* Removed inclusion of internal.h from libavcodec.h, it's not there in the plain FFmpeg 0.5 version of the file. The last item fixes the GCC2 build, at least AFAICT. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31364 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
880e57277e
commit
53db45b7d3
@ -3344,6 +3344,4 @@ void av_register_hwaccel(AVHWAccel *hwaccel);
|
||||
*/
|
||||
AVHWAccel *av_hwaccel_next(AVHWAccel *hwaccel);
|
||||
|
||||
#include "internal.h"
|
||||
|
||||
#endif /* AVCODEC_AVCODEC_H */
|
||||
|
@ -1,6 +1,7 @@
|
||||
SubDir HAIKU_TOP src add-ons media plugins ffmpeg libavformat ;
|
||||
|
||||
SubDirHdrs [ FDirName $(SUBDIR) .. ] ;
|
||||
SubDirHdrs [ FDirName $(SUBDIR) ../libavcodec ] ;
|
||||
SubDirHdrs [ FDirName $(SUBDIR) ../libavutil ] ;
|
||||
|
||||
UseLibraryHeaders zlib ;
|
||||
|
Loading…
Reference in New Issue
Block a user