mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 15:50:01 +01:00
Fix build on debian 8
*Veejay client was not building because of AV_PIX trouble (redeclaration)
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <libavutil/avutil.h>
|
||||||
|
#include <libavutil/pixfmt.h>
|
||||||
#include <veejay/vjmem.h>
|
#include <veejay/vjmem.h>
|
||||||
#include <veejay/vims.h>
|
#include <veejay/vims.h>
|
||||||
#include <veejay/vj-client.h>
|
#include <veejay/vj-client.h>
|
||||||
@@ -32,8 +34,6 @@
|
|||||||
#include <veejay/libvevo.h>
|
#include <veejay/libvevo.h>
|
||||||
#include <src/sequence.h>
|
#include <src/sequence.h>
|
||||||
#include <src/utils.h>
|
#include <src/utils.h>
|
||||||
#include <libavutil/avutil.h>
|
|
||||||
#include <libavutil/pixfmt.h>
|
|
||||||
#include <veejay/vje.h>
|
#include <veejay/vje.h>
|
||||||
#include <veejay/yuvconv.h>
|
#include <veejay/yuvconv.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -33,6 +33,8 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <libavutil/avutil.h>
|
||||||
|
#include <libavutil/pixfmt.h>
|
||||||
#include <glade/glade.h>
|
#include <glade/glade.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@@ -70,8 +72,6 @@
|
|||||||
#include <src/utils.h>
|
#include <src/utils.h>
|
||||||
#include <src/sequence.h>
|
#include <src/sequence.h>
|
||||||
#include <veejay/yuvconv.h>
|
#include <veejay/yuvconv.h>
|
||||||
#include <libavutil/avutil.h>
|
|
||||||
#include <libavutil/pixfmt.h>
|
|
||||||
#include <veejay/vevo.h>
|
#include <veejay/vevo.h>
|
||||||
#include <veejay/libvevo.h>
|
#include <veejay/libvevo.h>
|
||||||
#include <src/vmidi.h>
|
#include <src/vmidi.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user