diff --git a/gst/ac3parse/gstac3parse.c b/gst/ac3parse/gstac3parse.c index 63a26bf0d2..cb68fecd4d 100644 --- a/gst/ac3parse/gstac3parse.c +++ b/gst/ac3parse/gstac3parse.c @@ -25,7 +25,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include "gstac3parse.h" /* struct and table stolen from ac3dec by Aaron Holtzman */ struct frmsize_s diff --git a/gst/asfdemux/gstasfmux.c b/gst/asfdemux/gstasfmux.c index 2be552048c..bc1db1be0f 100644 --- a/gst/asfdemux/gstasfmux.c +++ b/gst/asfdemux/gstasfmux.c @@ -749,7 +749,7 @@ gst_asfmux_put_le64 (GstBuffer * packet, guint64 data) static void gst_asfmux_put_time (GstBuffer * packet, guint64 time) { - gst_asfmux_put_le64 (packet, time + 116444736000000000LLU); + gst_asfmux_put_le64 (packet, time + G_GINT64_CONSTANT (116444736000000000)); } static void