Fix linking: emms_c is a macro, #include the correct header file.

Originally committed as revision 9238 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-06-07 14:13:59 +00:00
parent 93cc10fa9c
commit c64bab0805
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avformat.h"
#include "dsputil.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>