summaryrefslogtreecommitdiff
path: root/pkg/ffmpeg/config-tail.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-05-07 22:54:42 -0700
committerMichael Forney <mforney@mforney.org>2021-07-25 21:11:05 -0700
commit5548313d47e37e966b1ac3bf5deaad8e0c42666b (patch)
tree089ab9fb7ef70508f2ee043f5ae85c8c17f73816 /pkg/ffmpeg/config-tail.h
parenta02412b3637ff39935c2df2cce98d274b7eab480 (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.h1
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 */