summaryrefslogtreecommitdiffstats
path: root/gst/rtjpeg/gstrtjpeg.c
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:51:30 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:51:30 +0000
commit8f041cc75220add1b0c53ba5994a22ee4b7efe03 (patch)
tree769e0f40af55f7697c0faa188ada8b3255ed858e /gst/rtjpeg/gstrtjpeg.c
parent5012fef332c560c45c64160537a78cb265664ea5 (diff)
downloadgst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.tar.gz
gst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.tar.bz2
gst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.zip
fix local includes and 64 bits constants
Original commit message from CVS: fix local includes and 64 bits constants
Diffstat (limited to 'gst/rtjpeg/gstrtjpeg.c')
-rw-r--r--gst/rtjpeg/gstrtjpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtjpeg/gstrtjpeg.c b/gst/rtjpeg/gstrtjpeg.c
index 2a90e30a..6eaff599 100644
--- a/gst/rtjpeg/gstrtjpeg.c
+++ b/gst/rtjpeg/gstrtjpeg.c
@@ -21,8 +21,8 @@
#include "config.h"
#endif
-#include <gstrtjpegenc.h>
-#include <gstrtjpegdec.h>
+#include "gstrtjpegenc.h"
+#include "gstrtjpegdec.h"
static gboolean
plugin_init (GstPlugin * plugin)