Add ./configure to audio and video filters

This commit is contained in:
Rob Loach 2017-07-27 22:20:56 -04:00
parent 668ab0f0c4
commit 2a0e34d66e
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
2 changed files with 6 additions and 0 deletions

3
gfx/video_filters/configure vendored Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
PACKAGE_NAME=retroarch-filters-video

3
libretro-common/audio/dsp_filters/configure vendored Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
PACKAGE_NAME=retroarch-filters-audio