From 0f9162395a8ed0fcdc29364f47c14b4e9b83551b Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 26 Jul 2004 22:11:21 +0000 Subject: [PATCH] local include fixes Original commit message from CVS: local include fixes Fix some 64 bits constants to be glib friendly issue for a vararg macro with MSVC --- gst/ac3parse/gstac3parse.c | 2 +- gst/asfdemux/gstasfmux.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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