mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 11:28:31 +00:00
Moved common/win/ffmpeg_inc.h to client/windows/
Moved common/linux/ffmpeg_inc.h.in to client/x11/
Copied common/linux/ffmpeg_inc.h.in to server/
Update *configure.ac and */Makefile.am accordingly (* is
for {common,server,client}
Signed-off-by: Yaniv Kamay <ykamay@rehdat.com>
Signed-off-by: Uri Lublin <uril@redhat.com>
11 lines
102 B
C
11 lines
102 B
C
|
|
#ifdef __GNUG__
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "@AVCODEC_PREFIX@avcodec.h"
|
|
|
|
#ifdef __GNUG__
|
|
}
|
|
#endif
|