Skip to content

Commit

Permalink
opus decoding requries libgstopusparse.dll
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@16846 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 14, 2017
1 parent 1b25673 commit b9f52c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ def do_add_DLLs(*dll_names):
"audioparsers", "audiorate", "audioconvert", "audioresample", "audiotestsrc",
"coreelements", "directsoundsink", "directsoundsrc", "wasapi",
#codecs:
"opus", "flac", "lame", "mad", "mpg123", "speex", "faac", "faad",
"opus", "opusparse", "flac", "lame", "mad", "mpg123", "speex", "faac", "faad",
"volume", "vorbis", "wavenc", "wavpack", "wavparse",
#untested: a52dec, voaacenc
)
Expand Down

0 comments on commit b9f52c3

Please sign in to comment.