~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to modules/misc/dummy/Modules.am

Tags: upstream-0.7.2.final
ImportĀ upstreamĀ versionĀ 0.7.2.final

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SOURCES_dummy = \
 
2
        dummy.c \
 
3
        dummy.h \
 
4
        aout.c \
 
5
        vout.c \
 
6
        interface.c \
 
7
        input.c \
 
8
        decoder.c \
 
9
        encoder.c \
 
10
        renderer.c \
 
11
        $(NULL)
 
12