Changes between Initial Version and Version 1 of Ticket #40783, comment 12
- Timestamp:
- Oct 24, 2013, 1:19:52 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40783, comment 12
initial v1 2 2 3 3 {{{ 4 --- gst/gstdatetime.c .orig 2013-10-23 17:55:49.000000000 -07005 +++ gst/gstdatetime.c 2013-10-23 1 7:56:25.000000000 -07006 @@ -21, 6 +21,7@@4 --- gst/gstdatetime.c-orig 2013-10-23 18:13:07.000000000 -0700 5 +++ gst/gstdatetime.c 2013-10-23 18:13:18.000000000 -0700 6 @@ -21,8 +21,8 @@ 7 7 #include "config.h" 8 8 #endif 9 9 10 +#include "gst_private.h" 11 #include "glib-compat-private.h" 10 -#include "glib-compat-private.h" 12 11 #include "gst_private.h" 12 +#include "glib-compat-private.h" 13 13 #include "gstdatetime.h" 14 #include "gstvalue.h" 15 #include <glib.h> 14 16 }}}