Skip to content

Commit

Permalink
precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia committed Mar 12, 2024
1 parent 385b334 commit 2be85ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/parse_c/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ def pre_compile() -> None:

@app.command()
def parse_ffmpeg_options() -> list[FFMpegOption]:
precompile()

ffmpeg_opt_c = target_folder / "fftools/ffmpeg_opt.c"
return parse_ffmpeg_opt_c(ffmpeg_opt_c.read_text())

Expand Down

0 comments on commit 2be85ce

Please sign in to comment.