summaryrefslogtreecommitdiffstats
path: root/k9decmpeg/convert_internal.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-05-02 01:32:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-05-02 01:32:05 +0200
commitced814784b055ce98204e74b54335f7a2f8ffe16 (patch)
tree62c5da15640219d90f70fd7b6493a10439148e70 /k9decmpeg/convert_internal.h
parent2456e6ce6123b5324d35c2192e38660d1cb3342d (diff)
downloadk9copy-ced814784b055ce98204e74b54335f7a2f8ffe16.tar.gz
k9copy-ced814784b055ce98204e74b54335f7a2f8ffe16.zip
Fix FTBFS for build with --enable-final.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'k9decmpeg/convert_internal.h')
-rw-r--r--k9decmpeg/convert_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/k9decmpeg/convert_internal.h b/k9decmpeg/convert_internal.h
index 02615fc..07b6608 100644
--- a/k9decmpeg/convert_internal.h
+++ b/k9decmpeg/convert_internal.h
@@ -21,6 +21,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef CONVERT_INTERNAL_H
+#define CONVERT_INTERNAL_H
+
typedef struct {
uint8_t * rgb_ptr;
int width;
@@ -39,3 +42,5 @@ mpeg2convert_copy_t * mpeg2convert_rgb_mmx (int bpp, int mode,
const mpeg2_sequence_t * seq);
mpeg2convert_copy_t * mpeg2convert_rgb_vis (int bpp, int mode,
const mpeg2_sequence_t * seq);
+
+#endif /* CONVERT_INTERNAL_H */