diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-21 12:51:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-21 12:51:27 +0000 |
commit | bfb968a9baa0d45e063088f82dc4225acfebf0c1 (patch) | |
tree | c5159e6f824e9c138d9bbce24377a7d84927ae41 /sys/v4l2/v4l2_calls.h | |
parent | df078d98408e9cbdecc57c6739af08068996afe1 (diff) | |
download | gst-plugins-bad-bfb968a9baa0d45e063088f82dc4225acfebf0c1.tar.gz gst-plugins-bad-bfb968a9baa0d45e063088f82dc4225acfebf0c1.tar.bz2 gst-plugins-bad-bfb968a9baa0d45e063088f82dc4225acfebf0c1.zip |
fix includes for distcheck
Original commit message from CVS:
fix includes for distcheck
Diffstat (limited to 'sys/v4l2/v4l2_calls.h')
-rw-r--r-- | sys/v4l2/v4l2_calls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/v4l2_calls.h b/sys/v4l2/v4l2_calls.h index a7cc8f88..c40100d9 100644 --- a/sys/v4l2/v4l2_calls.h +++ b/sys/v4l2/v4l2_calls.h @@ -21,7 +21,7 @@ #define __V4L2_CALLS_H__ #include "gstv4l2element.h" -#include "gst-libs/gst/gst-i18n-plugin.h" +#include "gst/gst-i18n-plugin.h" /* simple check whether the device is open */ |