Add quicktime audio provider to VS2008 project and to Makefile.am.
Originally committed to SVN as r3255.
This commit is contained in:
parent
bec8951534
commit
1e4119f337
2 changed files with 9 additions and 0 deletions
|
@ -507,6 +507,14 @@
|
||||||
RelativePath="..\..\src\audio_provider_pcm.h"
|
RelativePath="..\..\src\audio_provider_pcm.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\audio_provider_quicktime.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\audio_provider_quicktime.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\audio_provider_ram.cpp"
|
RelativePath="..\..\src\audio_provider_ram.cpp"
|
||||||
>
|
>
|
||||||
|
|
|
@ -188,6 +188,7 @@ aegisub_2_2_SOURCES = \
|
||||||
audio_provider_downmix.cpp \
|
audio_provider_downmix.cpp \
|
||||||
audio_provider_hd.cpp \
|
audio_provider_hd.cpp \
|
||||||
audio_provider_pcm.cpp \
|
audio_provider_pcm.cpp \
|
||||||
|
audio_provider_quicktime.cpp \
|
||||||
audio_provider_ram.cpp \
|
audio_provider_ram.cpp \
|
||||||
audio_provider_stream.cpp \
|
audio_provider_stream.cpp \
|
||||||
audio_spectrum.cpp \
|
audio_spectrum.cpp \
|
||||||
|
|
Loading…
Reference in a new issue