matroska: Include config.h, it's needed for _stdint.h

This commit is contained in:
Sebastian Dröge 2013-03-03 11:59:31 +01:00
parent 1810786083
commit 539126c097

View file

@ -18,6 +18,9 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <gst/gst.h>
#include <stdlib.h>