diff options
| author | Michael Forney <mforney@mforney.org> | 2021-05-07 22:54:42 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-07-25 21:11:05 -0700 |
| commit | 5548313d47e37e966b1ac3bf5deaad8e0c42666b (patch) | |
| tree | 089ab9fb7ef70508f2ee043f5ae85c8c17f73816 /pkg/ffmpeg/config-tail.h | |
| parent | a02412b3637ff39935c2df2cce98d274b7eab480 (diff) | |
ffmpeg: Probe for PIC
For nasm, we cannot just use __PIC__ from the preprocessor, so add
a probe test for it.
Diffstat (limited to 'pkg/ffmpeg/config-tail.h')
| -rw-r--r-- | pkg/ffmpeg/config-tail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/ffmpeg/config-tail.h b/pkg/ffmpeg/config-tail.h new file mode 100644 index 00000000..aa30307a --- /dev/null +++ b/pkg/ffmpeg/config-tail.h @@ -0,0 +1 @@ +#endif /* FFMPEG_CONFIG_H */ |
