Skip to content

Commit

Permalink
Add some missing libavutil #includes.
Browse files Browse the repository at this point in the history
git-svn-id: svn://git.mplayerhq.hu/mplayer/trunk@33621 b3059339-0415-0410-9bf9-f77b7e298cf2
  • Loading branch information
diego committed Jun 16, 2011
1 parent 880fdb2 commit ca6bd07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fmt-conversion.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "mp_msg.h"
#include "libavutil/avutil.h"
#include "libmpcodecs/img_format.h"
#include "libavutil/pixfmt.h"
#include "libavutil/samplefmt.h"
#include "libaf/af_format.h"
#include "fmt-conversion.h"
Expand Down
1 change: 1 addition & 0 deletions libmpdemux/demux_lavf.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include "libavformat/avio.h"
#include "libavutil/avutil.h"
#include "libavutil/avstring.h"
#include "libavutil/mathematics.h"
#include "libavcodec/opt.h"

#include "mp_taglists.h"
Expand Down

0 comments on commit ca6bd07

Please sign in to comment.