Commit ee5c6f0e authored by Erwan Tulou's avatar Erwan Tulou

mediadirs: new service_discoveries to import picture/music/video directories within the vlc GUIs.

parent b6a1983c
...@@ -1229,6 +1229,7 @@ if test "${SYS}" != "mingwce"; then ...@@ -1229,6 +1229,7 @@ if test "${SYS}" != "mingwce"; then
VLC_ADD_PLUGIN([podcast]) VLC_ADD_PLUGIN([podcast])
VLC_ADD_PLUGIN([shout]) VLC_ADD_PLUGIN([shout])
VLC_ADD_PLUGIN([sap]) VLC_ADD_PLUGIN([sap])
VLC_ADD_PLUGIN([mediadirs])
VLC_ADD_PLUGIN([fake]) VLC_ADD_PLUGIN([fake])
VLC_ADD_PLUGIN([folder]) VLC_ADD_PLUGIN([folder])
VLC_ADD_PLUGIN([rss]) VLC_ADD_PLUGIN([rss])
......
...@@ -6,3 +6,4 @@ SOURCES_upnp_intel = upnp_intel.cpp upnp_intel.hpp ...@@ -6,3 +6,4 @@ SOURCES_upnp_intel = upnp_intel.cpp upnp_intel.hpp
SOURCES_bonjour = bonjour.c SOURCES_bonjour = bonjour.c
SOURCES_podcast = podcast.c SOURCES_podcast = podcast.c
SOURCES_mtp = mtp.c SOURCES_mtp = mtp.c
SOURCES_mediadirs = mediadirs.c
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment