summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demux/mf.c6
-rw-r--r--options/parse_commandline.c2
2 files changed, 0 insertions, 8 deletions
diff --git a/demux/mf.c b/demux/mf.c
index 04c99a3bcc..173593f167 100644
--- a/demux/mf.c
+++ b/demux/mf.c
@@ -26,7 +26,6 @@
#include <limits.h>
#include <sys/types.h>
-#include "config.h"
#include "osdep/io.h"
#include "talloc.h"
#include "common/msg.h"
@@ -46,7 +45,6 @@ static void mf_add(mf_t *mf, const char *fname)
mf_t *open_mf_pattern(void *talloc_ctx, struct mp_log *log, char *filename)
{
-#if defined(HAVE_GLOB) || defined(__MINGW32__)
int error_count = 0;
int count = 0;
@@ -138,10 +136,6 @@ mf_t *open_mf_pattern(void *talloc_ctx, struct mp_log *log, char *filename)
exit_mf:
return mf;
-#else
- mp_fatal(log, "mf support is disabled on your os\n");
- return 0;
-#endif
}
mf_t *open_mf_single(void *talloc_ctx, struct mp_log *log, char *filename)
diff --git a/options/parse_commandline.c b/options/parse_commandline.c
index d86dde68fc..93ab47299f 100644
--- a/options/parse_commandline.c
+++ b/options/parse_commandline.c
@@ -16,8 +16,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "config.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>