]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda/Modules.am
avformat: do away with strang stream_Tell >= stream_Size check.
[vlc] / modules / access / cdda / Modules.am
index bf6e8d9b9836816060bdb7933bcaaaca911b8f3e..00b6bdf79e3aa7361457665371e20ba80c086ae9 100644 (file)
@@ -1,8 +1,10 @@
 SOURCES_cddax = \
-        ../vcdx/cdrom.c \
-        ../vcdx/cdrom.h \
+       access.c \
+       access.h \
+       callback.c \
+       callback.h \
        cdda.c \
        cdda.h \
-       access.c \
-       intf.c \
+       info.c \
+       info.h \
        $(NULL)