]> git.sesse.net Git - vlc/blobdiff - configure.ac
Remove libsysfs code
[vlc] / configure.ac
index 96cd9fc767dd653ac8dd9898a0ac1adce616040e..a74906a1ae2971bc57db612cf5cffa5c14a3f31d 100644 (file)
@@ -2950,15 +2950,6 @@ if test "${enable_realrtsp}" = "yes"; then
   VLC_ADD_PLUGIN([access_realrtsp])
 fi
 
-AC_ARG_ENABLE(libsysfs,
-  [  --enable-libsysfs       Get user key from firewire connected iPod via libsysfs (default enabled)])
-
-AS_IF([test "${enable_libsysfs}" != "no"],[
-  AC_CHECK_HEADERS(sysfs/libsysfs.h, [
-    VLC_ADD_LIBS([mp4 mkv],[-lsysfs])
-  ] )
-])
-
 dnl
 dnl skins2 module
 dnl