File: wrapper.h

package info (click to toggle)
waypipe 0.10.5-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,080 kB
  • sloc: ansic: 15,809; xml: 9,436; python: 1,726; sh: 248; makefile: 28
file content (11 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
// this is a hack to avoid issues multiply defining FP_NORMAL, etc.
#define _MATH_H

#include <libavcodec/avcodec.h>
#include <libavutil/display.h>
#include <libavutil/hwcontext_drm.h>
#include <libavutil/hwcontext_vulkan.h>
#include <libavutil/imgutils.h>
#include <libavutil/log.h>
#include <libavutil/opt.h>
#include <libavutil/pixdesc.h>