cannonbeach / ott-packager

OTT/ABR streaming encoder (H264/HEVC) and packager for DASH and HLS
GNU General Public License v2.0
228 stars 42 forks source link

Makefile:18: *** recipe commences before first target. Stop. #37

Closed serenityavondale closed 1 year ago

serenityavondale commented 1 year ago

I keep getting this same error no matter what I try. I have followed install instructions implicitly as well as following the instructions in the previous ticket. Nothing seems to work. Running ubuntu 20.04

cannonbeach commented 1 year ago

Line 18 of the Makefile is: $(error Please make sure FDK-AAC is installed - missing ./cbfdkaac/.libs/libfdk-aac.a - please run setuptranscode.sh)

Did you run the setuptranscode.sh script?

On Tue, Nov 29, 2022 at 12:05 PM serenityavondale @.***> wrote:

I keep getting this same error no matter what I try. I have followed install instructions implicitly as well as following the instructions in the previous ticket. Nothing seems to work. Running ubuntu 20.04

— Reply to this email directly, view it on GitHub https://github.com/cannonbeach/ott-packager/issues/37, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJ3YINCW7WNBNMFK5EQ72TWKZAVVANCNFSM6AAAAAASOYSDRU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

serenityavondale commented 1 year ago

That worked! Thank you so much for that.