Skip to content

Commit

Permalink
make pipewire default if supported
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav committed Dec 10, 2023
1 parent e22bbb5 commit 615d678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const char *default_shader_name[NUMBER_OF_SHADERS] = {"northern_lights.frag", "p
double smoothDef[5] = {1, 1, 1, 1, 1};

enum input_method default_methods[] = {
INPUT_FIFO, INPUT_PORTAUDIO, INPUT_ALSA, INPUT_PIPEWIRE, INPUT_PULSE, INPUT_WINSCAP,
INPUT_FIFO, INPUT_PORTAUDIO, INPUT_ALSA, INPUT_PULSE, INPUT_PIPEWIRE, INPUT_WINSCAP,
};

char *outputMethod, *orientation, *channels, *xaxisScale, *monoOption, *fragmentShader,
Expand Down

0 comments on commit 615d678

Please sign in to comment.