mirror of https://github.com/odrling/Aegisub
Add the OSS player to the vcproj
It's never used on Windows, but it's useful to have all of the files in the project, and the other non-Windows audio players are already in the project. Originally committed to SVN as r6314.
This commit is contained in:
parent
a72fb8f5bf
commit
c75fb1d069
|
@ -425,6 +425,14 @@
|
|||
RelativePath="..\..\src\audio_player_openal.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\audio_player_oss.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\audio_player_oss.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\audio_player_portaudio.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue