mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-11 18:49:51 +00:00
fix build on Debian
This commit is contained in:
parent
5d6ebd5f1f
commit
ee15aef4bc
12
common/linux/ffmpeg_inc.h.in
Normal file
12
common/linux/ffmpeg_inc.h.in
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
#ifdef __GNUG__
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "@AVCODEC_PREFIX@avcodec.h"
|
||||
|
||||
#ifdef __GNUG__
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
4
common/win/ffmpeg_inc.h
Normal file
4
common/win/ffmpeg_inc.h
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
extern "C" {
|
||||
#include "libavcodec/avcodec.h"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user