summaryrefslogtreecommitdiffstats
path: root/stream/stream_mf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_mf.c')
-rw-r--r--stream/stream_mf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stream/stream_mf.c b/stream/stream_mf.c
index 69a6dce58d..0160d7c0c1 100644
--- a/stream/stream_mf.c
+++ b/stream/stream_mf.c
@@ -20,8 +20,6 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
-
#include <stdlib.h>
#include <string.h>
@@ -39,4 +37,5 @@ const stream_info_t stream_info_mf = {
.name = "mf",
.open = mf_stream_open,
.protocols = (const char*const[]){ "mf", NULL },
+ .stream_origin = STREAM_ORIGIN_FS,
};